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>2017-03-17 03:22:28 +0300
committerOliver Schneider <oliver@assarbad.net>2017-03-17 03:22:28 +0300
commit9718f7028e8ec38c48ddcdd0a880dec695cd1e82 (patch)
tree821f8510845f9ce4166dcc89a1349798e02a0e22 /release.cmd
parent2e250ada6b2952f8ebc36d5f5c6c47c2ca75d028 (diff)
Making sure to pick the correct key
--HG-- branch : WDS-build
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 c9469fa..3a2eff2 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 -bao "%NEWNAME%.asc" "%NEWNAME%"
+gpg2 --batch --yes -u 0xC779D8290E88590F -bao "%NEWNAME%.asc" "%NEWNAME%"
copy /y "%BASEPATH%%BINDIR%\%BASENAME%.exe" "%BASEPATH%%BASENAME%.exe"
endlocal
goto :EOF