Use tar in the windows script, hopefully it's more stable than Expand-Archive.

should fix #1015

also removed spaces before "..."
This commit is contained in:
IntegratedQuantum 2025-02-07 20:36:15 +01:00
parent 07be80d418
commit 801f67408f

View File

@ -35,7 +35,7 @@ if not "%version%" == "%currVersion%" (
exit /b 1
)
echo Extracting zip file...
powershell $ProgressPreference = 'SilentlyContinue'; Expand-Archive compiler\archive.zip -DestinationPath compiler
tar -xf compiler\archive.zip --directory compiler
ren compiler\%version% zig
del compiler\archive.zip
echo %version%> compiler\version.txt