diff options
author | 2025-06-01 22:16:59 +0100 | |
---|---|---|
committer | 2025-06-01 22:22:35 +0100 | |
commit | f72f653912ccc7b49f86e71c3198d1fd6ec1df72 (patch) | |
tree | 443ade721ea8ce6f0bf448b837c0d0865469e146 /tools/mkbindist.bat | |
parent | 4f8ae67010735098589a883c62f03f2b3ea63ea1 (diff) | |
download | sst-f72f653912ccc7b49f86e71c3198d1fd6ec1df72.tar.gz sst-f72f653912ccc7b49f86e71c3198d1fd6ec1df72.zip |
Set up for a 0.12 releaseHEADv0.12-BETAmaster
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 ce1e8b1..87bd24f 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, 11, 0, 0, 0
-powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 5, 11, 0, 0, 0
+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
pushd TEMP-%name%
"%SEVENZIP%" a -mtc=off %name%.zip sst.dll LICENCE || goto :end
move %name%.zip ..\release\%name%.zip
|