diff options
author | 2025-05-07 23:06:15 +0100 | |
---|---|---|
committer | 2025-05-07 23:06:15 +0100 | |
commit | 85ff698e4bfea4da42acfa66df2b30bb3be44a11 (patch) | |
tree | b6ded88e624f8c264a13c75b0cac003f3fe01732 /tools | |
parent | 618a1d60ddc98bf41b7a3e8216746d1eff827110 (diff) | |
download | sst-85ff698e4bfea4da42acfa66df2b30bb3be44a11.tar.gz sst-85ff698e4bfea4da42acfa66df2b30bb3be44a11.zip |
Set the zip dates for the 0.9 release!v0.9-BETA
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 215f92d..0ce721e 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 2024, 8, 26, 0, 0, 0
-powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2024, 8, 26, 0, 0, 0
+powershell (Get-Item TEMP-%name%\sst.dll).LastWriteTime = new-object DateTime 2025, 5, 7, 0, 0, 0
+powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2024, 5, 7, 0, 0, 0
pushd TEMP-%name%
"%SEVENZIP%" a -mtc=off %name%.zip sst.dll LICENCE || goto :end
move %name%.zip ..\release\%name%.zip
|