From 02c48fa32f0065ec853958a1d7ee49f485241095 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Jun 2023 20:09:27 +0100 Subject: Add update changelog and bump zip date The zip date is tomorrow as that's the expected release date pending some testing and hearing back from Portal people re official approval for use in runs. With any luck it won't need to be bumped further. --- tools/mkbindist.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/mkbindist.bat b/tools/mkbindist.bat index 20cca90..a00e44d 100644 --- a/tools/mkbindist.bat +++ b/tools/mkbindist.bat @@ -21,8 +21,8 @@ md TEMP-%name% || exit /B copy sst.dll TEMP-%name%\sst.dll || exit /B copy dist\LICENCE.windows TEMP-%name%\LICENCE || exit /B :: using midnight on release day to make zip deterministic! change on next release! -powershell (Get-Item TEMP-%name%\sst.dll).LastWriteTime = new-object DateTime 2022, 5, 31, 0, 0, 0 -powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2022, 5, 31, 0, 0, 0 +powershell (Get-Item TEMP-%name%\sst.dll).LastWriteTime = new-object DateTime 2023, 6, 11, 0, 0, 0 +powershell (Get-Item TEMP-%name%\LICENCE).LastWriteTime = new-object DateTime 2023, 6, 11, 0, 0, 0 pushd TEMP-%name% "%SEVENZIP%" a -mtc=off %name%.zip sst.dll LICENCE || exit /B move %name%.zip ..\release\%name%.zip -- cgit v1.2.3