diff options
| author | 2025-12-01 21:54:47 +0000 | |
|---|---|---|
| committer | 2025-12-01 21:54:47 +0000 | |
| commit | 759298a6657412edd2f61536c6ce85b871d1abb1 (patch) | |
| tree | 5af2ae8d7622c42f1eb463067f61f684f526031e /tools/mkbindist.bat | |
| parent | 99f7bb3d39043f74d03b29dc7d6a3f08570c544c (diff) | |
| download | sst-759298a6657412edd2f61536c6ce85b871d1abb1.tar.gz sst-759298a6657412edd2f61536c6ce85b871d1abb1.zip | |
Set zip date for yet another releaseHEADv0.17-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 a3a17c2..00d49c3 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, 11, 25, 0, 0, 0
-powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 11, 25, 0, 0, 0
+powershell (Get-Item TEMP-%name%\sst.dll).LastWriteTime = new-object DateTime 2025, 12, 1, 0, 0, 0
+powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2025, 12, 1, 0, 0, 0
pushd TEMP-%name%
"%SEVENZIP%" a -mtc=off %name%.zip sst.dll LICENCE || goto :end
move %name%.zip ..\release\%name%.zip
|
