Skip to content

Commit

Permalink
[wasm] add --lz4 to file_packager
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon authored Feb 26, 2024
1 parent 135db22 commit f1ff200
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 f1ff200

Please sign in to comment.