1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Fixed missing label

This commit is contained in:
Brian Fiete 2025-01-01 07:43:32 -08:00
parent b9550e4219
commit dc5e300984

View file

@ -6,7 +6,7 @@
@ECHO Extracting Emscripten...
cd ..
bin\tar.exe -xf wasm\EmsdkDep0.zip
@IF %ERRORLEVEL% NEQ 0 GOTO
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
del wasm\EmsdkDep0.zip
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR