specify location of executables

This commit is contained in:
BreadFish64 2017-10-04 19:29:37 -05:00
parent 76e62ced50
commit 63ab5d0c81

View File

@ -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')