diff --git a/appveyor.yml b/appveyor.yml index 17aef32..c4da61a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,9 +32,8 @@ before_build: mv .\OpenParrot\src\OpenParrot2.rc .\OpenParrot\src\OpenParrot.rc after_build: -- cmd: >- - "@echo off - IF %PLATFORM%==Win32( +- cmd: "@echo off + IF %PLATFORM%==Win32( signtool sign /t http://timestamp.globalsign.com/scripts/timstamp.dll /f "cert" /p %cenc% /d .\build\bin\release\output\OpenParrot.dll .\build\bin\release\output\OpenParrot.dll signtool sign /t http://timestamp.globalsign.com/scripts/timstamp.dll /f "cert" /p %cenc% /d .\build\bin\release\output\OpenParrotLoader.exe .\build\bin\release\output\OpenParrotLoader.exe signtool sign /t http://timestamp.globalsign.com/scripts/timstamp.dll /f "cert" /p %cenc% /d .\build\bin\release\output\OpenParrotKonamiLoader.exe .\build\bin\release\output\OpenParrotKonamiLoader.exe) ELSE (IF %PLATFORM%==x64(