Skip to content

Commit

Permalink
Fix emscripten build referencing deleted resource folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
akrieger committed Dec 10, 2024
1 parent 52e00eb commit 8342893
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 @@ -6,7 +6,7 @@ rm -rf web_bundle
BUNDLE_DIR=web_bundle
DATA_DIR=$BUNDLE_DIR/data
mkdir -p $DATA_DIR
cp -R data/{core,font,fontdata.json,json,mods,names,raw,motd,credits,title,help} $DATA_DIR/
cp -R data/{core,font,fontdata.json,json,mods,names,raw,motd,credits,title} $DATA_DIR/
cp -R gfx $BUNDLE_DIR/

# Remove .DS_Store files.
Expand Down

0 comments on commit 8342893

Please sign in to comment.