From ea91d324ccf8c19b3669533d8f381db0f5cb9734 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 15 Oct 2019 21:27:18 +0200 Subject: Arranging for VS2019 support --HG-- branch : vs2019_support --- release.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release.cmd') diff --git a/release.cmd b/release.cmd index 3a2eff2..71fc201 100644 --- a/release.cmd +++ b/release.cmd @@ -33,7 +33,7 @@ vcbuild /rebuild /time "%SLNFILE%" "%SLNCFGNAME%|%SLNCFGPLTF%" set NEWNAME=%BASEPATH%%BASENAME%.rev-%HG_TIP_REVNO%-%HG_TIP_ID%.exe copy /y "%BASEPATH%%BINDIR%\%BASENAME%.exe" "%NEWNAME%" sigcheck -a "%NEWNAME%" -gpg2 --batch --yes -u 0xC779D8290E88590F -bao "%NEWNAME%.asc" "%NEWNAME%" +gpg --batch --yes -u 0xC779D8290E88590F -bao "%NEWNAME%.asc" "%NEWNAME%" copy /y "%BASEPATH%%BINDIR%\%BASENAME%.exe" "%BASEPATH%%BASENAME%.exe" endlocal goto :EOF -- cgit v1.2.3