specify location of executables
This commit is contained in:
@@ -58,6 +58,8 @@ build_script:
|
||||
}
|
||||
|
||||
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: |
|
||||
$GITDATE = $(git show -s --date=short --format='%ad') -replace "-",""
|
||||
$GITREV = $(git show -s --format='%h')
|
||||
|
||||
Reference in New Issue
Block a user