Skip to content

Commit

Permalink
[wasm] exclude MA mod and Ultica_iso from bundle (CleverRaven#71908)
Browse files Browse the repository at this point in the history
* [wasm] exclude MA mod from bundle

* also remove Ultica_iso
  • Loading branch information
nornagon committed Jun 7, 2024
1 parent 2747aa4 commit 0401de7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-scripts/prepare-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ for MOD_DIR in $DATA_DIR/mods/*/ ; do
fi
done

echo "Removing MA mod..."
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""@/"

mkdir -p build/
Expand Down

0 comments on commit 0401de7

Please sign in to comment.