Explicitly specify the path of windows tar.

Some people also have linux tar installed, which of course works differently.

I hate windows.
This commit is contained in:
IntegratedQuantum 2025-02-23 11:26:11 +01:00
parent 5cfe09190f
commit 30e24c2687

View File

@ -35,7 +35,7 @@ if not "%version%" == "%currVersion%" (
exit /b 1 exit /b 1
) )
echo Extracting zip file... echo Extracting zip file...
tar -xf compiler\archive.zip --directory compiler C:\Windows\System32\tar.exe -xf compiler\archive.zip --directory compiler
ren compiler\%version% zig ren compiler\%version% zig
del compiler\archive.zip del compiler\archive.zip
echo %version%> compiler\version.txt echo %version%> compiler\version.txt