Skip to content

Commit

Permalink
Merge pull request #6 from korlibs/soywiz-patch-2
Browse files Browse the repository at this point in the history
Update install-korge-forge.cmd
  • Loading branch information
soywiz authored Jul 19, 2024
2 parents 6644cf6 + e53b7d9 commit 32608b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-korge-forge.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ EXIT /b
MKDIR "%OUT%" > NUL 2> NUL
echo Extracting %INPUT_FILE%...
REM tar --strip-components %STRIP_COMPONENTS% -C "%OUT%" -xf "%INPUT_FILE%"
%XZ% -d < "%INPUT_FILE%" | tar --strip-components %STRIP_COMPONENTS% -C "%OUT%" -xf -
"%XZ%" -d < "%INPUT_FILE%" | tar --strip-components %STRIP_COMPONENTS% -C "%OUT%" -xf -
EXIT /b

:NORMALIZE_PATH
Expand Down

0 comments on commit 32608b9

Please sign in to comment.