Skip to content

Commit

Permalink
Update main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Feb 20, 2025
1 parent df7034e commit b87654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo "::group:: Parallel extract assets from client.jar"

unzip "$TEMP_DOWNLOAD_DIR/client.jar" "pack.png" -d "$INPUT_PATH"

zipinfo -1 "$TEMP_DOWNLOAD_DIR/client.jar" | \
zipinfo -1 "$TEMP_DOWNLOAD_DIR/client.jar" | grep '^assets/' | \
xargs -n 1 -P "$INPUT_PARALLEL_DOWNLOADS" -I {} sh -c '
file="{}"
echo "Extracting \"$file\" from client.jar."
Expand Down

0 comments on commit b87654b

Please sign in to comment.