diff options
author | 2025-06-08 00:00:02 +0100 | |
---|---|---|
committer | 2025-06-08 00:00:02 +0100 | |
commit | d440b7a58cd3c435e712e94478d9a7c09bc1c3ba (patch) | |
tree | dbb3fe668f42d125e3b731bb70df2f174023da6e /tools | |
parent | 84b518298c32f79ef5d4f056d6d8e8c251417b8a (diff) | |
download | sst-0.13-BETA.tar.gz sst-0.13-BETA.zip |
Prep 0.13 release... alreadyHEADv0.13-BETAmaster
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mkbindist.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkbindist.bat b/tools/mkbindist.bat index 87bd24f..9a67e74 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, 1, 0, 0, 0
-powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 6, 1, 0, 0, 0
+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
pushd TEMP-%name%
"%SEVENZIP%" a -mtc=off %name%.zip sst.dll LICENCE || goto :end
move %name%.zip ..\release\%name%.zip
|