diff --git a/debug_windows.bat b/debug_windows.bat index 73de3f27..c889aee4 100644 --- a/debug_windows.bat +++ b/debug_windows.bat @@ -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