From 72dc84584605638766ad28654ceeced8c55d1203 Mon Sep 17 00:00:00 2001 From: nzgamer41 Date: Mon, 18 Jan 2021 00:17:48 +1300 Subject: [PATCH] fixed AGAIN --- sign.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sign.bat b/sign.bat index 24b4bd8..4802b75 100644 --- a/sign.bat +++ b/sign.bat @@ -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