commit
a0741dc536
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user