Skip to content

Commit 8342893

Browse files
committed
Fix emscripten build referencing deleted resource folder.
1 parent 52e00eb commit 8342893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/prepare-web.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rm -rf web_bundle
66
BUNDLE_DIR=web_bundle
77
DATA_DIR=$BUNDLE_DIR/data
88
mkdir -p $DATA_DIR
9-
cp -R data/{core,font,fontdata.json,json,mods,names,raw,motd,credits,title,help} $DATA_DIR/
9+
cp -R data/{core,font,fontdata.json,json,mods,names,raw,motd,credits,title} $DATA_DIR/
1010
cp -R gfx $BUNDLE_DIR/
1111

1212
# Remove .DS_Store files.

0 commit comments

Comments
 (0)