summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-05-07 23:06:15 +0100
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-05-07 23:06:15 +0100
commit85ff698e4bfea4da42acfa66df2b30bb3be44a11 (patch)
treeb6ded88e624f8c264a13c75b0cac003f3fe01732 /tools
parent618a1d60ddc98bf41b7a3e8216746d1eff827110 (diff)
downloadsst-0.9-BETA.tar.gz
sst-0.9-BETA.zip
Set the zip dates for the 0.9 release!v0.9-BETA
Diffstat (limited to 'tools')
-rw-r--r--tools/mkbindist.bat4
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