Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2019-10-15 22:27:18 +0300
committerOliver Schneider <oliver@assarbad.net>2019-10-15 22:27:18 +0300
commitea91d324ccf8c19b3669533d8f381db0f5cb9734 (patch)
tree0ea8741503cddf83dcc88c19d6de291cee9a5384 /release.cmd
parent867b97e99bb48724d3c7efbe429f5e6509700b80 (diff)
Arranging for VS2019 support
--HG-- branch : vs2019_support
Diffstat (limited to 'release.cmd')
-rw-r--r--release.cmd2
1 files changed, 1 insertions, 1 deletions
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