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>2022-01-27 01:39:18 +0300
committerOliver Schneider <oliver@assarbad.net>2022-01-27 01:39:18 +0300
commitf691e448fa4fd2fb96684612834f29d89a5e2d2b (patch)
treee686ccad3e844d4e5f97b706521305aa4915fe19 /release.cmd
parent6fc7c197cdf956a451d8ae7f21fb719e01581e0b (diff)
Decomposing some logic, so I can hook into the per-file options
--HG-- branch : WDS-build
Diffstat (limited to 'release.cmd')
-rw-r--r--release.cmd6
1 files changed, 1 insertions, 5 deletions
diff --git a/release.cmd b/release.cmd
index eada9d7..ed23bd2 100644
--- a/release.cmd
+++ b/release.cmd
@@ -30,12 +30,8 @@ set SLNFILE=%~6
set SLNCFGNAME=%~7
set SLNCFGPLTF=%~8
vcbuild /rebuild /time "%SLNFILE%" "%SLNCFGNAME%|%SLNCFGPLTF%"
-echo Would now call:
-echo ollisign.cmd -2 "%BASEPATH%%BINDIR%\%BASENAME%.exe" "https://sourceforge.net/projects/windirstat/" "premake4"
-::call ollisign.cmd -2 "%BASEPATH%%BINDIR%\%BASENAME%.exe" "https://sourceforge.net/projects/windirstat/" "premake4"
+call ollisign.cmd -2 "%BASEPATH%%BINDIR%\%BASENAME%.exe" "https://windirstat.net" "premake4"
set NEWNAME=%BASEPATH%%BASENAME%.rev-%HG_TIP_REVNO%-%HG_TIP_ID%.exe
-echo Next copying and PGP-signing
-pause
copy /y "%BASEPATH%%BINDIR%\%BASENAME%.exe" "%NEWNAME%"
sigcheck -a "%NEWNAME%"
gpg --batch --yes -u 0xC779D8290E88590F -bao "%NEWNAME%.asc" "%NEWNAME%"