summaryrefslogtreecommitdiff
path: root/tools/mkbindist.bat
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-05-09 17:53:31 +0100
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-05-09 17:57:12 +0100
commita462d0fefd4776f64a4f509155314526ebe3bb55 (patch)
tree83a5d881a71976926575b293c52c75cde5f64ba1 /tools/mkbindist.bat
parent85ff698e4bfea4da42acfa66df2b30bb3be44a11 (diff)
downloadsst-a462d0fefd4776f64a4f509155314526ebe3bb55.tar.gz
sst-a462d0fefd4776f64a4f509155314526ebe3bb55.zip
Fix L4D1 crash for yet another immediate bugfix releasev0.10-BETA
Every. Single. Time. And having screwed up the zip dates was just a bonus I suppose.
Diffstat (limited to 'tools/mkbindist.bat')
-rw-r--r--tools/mkbindist.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkbindist.bat b/tools/mkbindist.bat
index 0ce721e..cf90dc9 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, 5, 7, 0, 0, 0
-powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2024, 5, 7, 0, 0, 0
+powershell (Get-Item TEMP-%name%\sst.dll).LastWriteTime = new-object DateTime 2025, 5, 9, 0, 0, 0
+powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 5, 9, 0, 0, 0
pushd TEMP-%name%
"%SEVENZIP%" a -mtc=off %name%.zip sst.dll LICENCE || goto :end
move %name%.zip ..\release\%name%.zip