mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
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:
parent
5cfe09190f
commit
30e24c2687
@ -35,7 +35,7 @@ if not "%version%" == "%currVersion%" (
|
||||
exit /b 1
|
||||
)
|
||||
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
|
||||
del compiler\archive.zip
|
||||
echo %version%> compiler\version.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user