1
0
mirror of synced 2025-01-19 17:28:46 +01:00

Merge pull request #127 from nzgamer41/master

Signing
This commit is contained in:
Alex Cheer 2021-01-18 00:21:06 +13:00 committed by GitHub
commit 2c4a1eff6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
REM @echo off
if not defined (cenc) goto end
@echo off
if "%cenc%"=="" goto end
%comspec% /k "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
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