From 22e0cb9fdae2cf5f857054dbfb8e01efa31fb54a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 27 Jun 2025 22:54:03 +0100 Subject: Prepare update string and set zip date for 0.14 --- tools/mkbindist.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/mkbindist.bat b/tools/mkbindist.bat index 9a67e74..924430b 100644 --- a/tools/mkbindist.bat +++ b/tools/mkbindist.bat @@ -21,8 +21,8 @@ md TEMP-%name% || goto :end copy sst.dll TEMP-%name%\sst.dll || goto :end copy dist\LICENCE.windows TEMP-%name%\LICENCE || goto :end :: using midnight on release day to make zip deterministic! change on next release! -powershell (Get-Item TEMP-%name%\sst.dll).LastWriteTime = new-object DateTime 2025, 6, 8, 0, 0, 0 -powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 6, 8, 0, 0, 0 +powershell (Get-Item TEMP-%name%\sst.dll).LastWriteTime = new-object DateTime 2025, 6, 27, 0, 0, 0 +powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 6, 27, 0, 0, 0 pushd TEMP-%name% "%SEVENZIP%" a -mtc=off %name%.zip sst.dll LICENCE || goto :end move %name%.zip ..\release\%name%.zip -- cgit v1.2.3-54-g00ecf