mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-09 03:59:53 -04:00
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:
parent
07be80d418
commit
801f67408f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user