mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 23:30:09 +00:00
specify location of executables
This commit is contained in:
parent
76e62ced50
commit
63ab5d0c81
@ -58,6 +58,8 @@ build_script:
|
|||||||
}
|
}
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
|
- cmd: signtool sign /f cert-key-20171004-183620.p12 C:\bin\Release\citra-qt.exe
|
||||||
|
- cmd: signtool sign /f cert-key-20171004-183620.p12 C:\bin\Release\citra.exe
|
||||||
- ps: |
|
- ps: |
|
||||||
$GITDATE = $(git show -s --date=short --format='%ad') -replace "-",""
|
$GITDATE = $(git show -s --date=short --format='%ad') -replace "-",""
|
||||||
$GITREV = $(git show -s --format='%h')
|
$GITREV = $(git show -s --format='%h')
|
||||||
|
Loading…
Reference in New Issue
Block a user