Skip to content

Commit

Permalink
Merge pull request #72011 from nornagon/patch-23
Browse files Browse the repository at this point in the history
[wasm] add --lz4 to file_packager
  • Loading branch information
Maleclypse authored Feb 27, 2024
2 parents 1b34405 + f1ff200 commit 540cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/prepare-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rm -rf $DATA_DIR/mods/MA
echo "Removing Ultica_iso tileset..."
rm -rf $BUNDLE_DIR/gfx/Ultica_iso

$EMSDK/upstream/emscripten/tools/file_packager cataclysm-tiles.data --js-output=cataclysm-tiles.data.js --no-node --preload "$BUNDLE_DIR""@/"
$EMSDK/upstream/emscripten/tools/file_packager cataclysm-tiles.data --js-output=cataclysm-tiles.data.js --no-node --preload "$BUNDLE_DIR""@/" --lz4

mkdir -p build/
cp \
Expand Down

0 comments on commit 540cf28

Please sign in to comment.