diff options
author | 2025-05-11 14:54:43 +0100 | |
---|---|---|
committer | 2025-05-11 14:55:55 +0100 | |
commit | 4593422e3b9dc8c1451b2457d1296f9c8e4fc063 (patch) | |
tree | c4997194be8b1d5d00cc83f7cfd86df540847706 /tools/mkbindist.bat | |
parent | 397a3fe8863e740456f1a61dda4d9d48b7456147 (diff) | |
download | sst-4593422e3b9dc8c1451b2457d1296f9c8e4fc063.tar.gz sst-4593422e3b9dc8c1451b2457d1296f9c8e4fc063.zip |
Bump versions and dates yet again
On the plus side, SST's release cadence has never been so lively!
Diffstat (limited to 'tools/mkbindist.bat')
-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 cf90dc9..ce1e8b1 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, 9, 0, 0, 0
-powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 5, 9, 0, 0, 0
+powershell (Get-Item TEMP-%name%\sst.dll).LastWriteTime = new-object DateTime 2025, 5, 11, 0, 0, 0
+powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 5, 11, 0, 0, 0
pushd TEMP-%name%
"%SEVENZIP%" a -mtc=off %name%.zip sst.dll LICENCE || goto :end
move %name%.zip ..\release\%name%.zip
|