From 63ab5d0c81b581bd9d577bb4203b484d9f905260 Mon Sep 17 00:00:00 2001 From: BreadFish64 Date: Wed, 4 Oct 2017 19:29:37 -0500 Subject: [PATCH] specify location of executables --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 5524eb576..f7a124e62 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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')