We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e00eb commit 8342893Copy full SHA for 8342893
build-scripts/prepare-web.sh
@@ -6,7 +6,7 @@ rm -rf web_bundle
6
BUNDLE_DIR=web_bundle
7
DATA_DIR=$BUNDLE_DIR/data
8
mkdir -p $DATA_DIR
9
-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/
10
cp -R gfx $BUNDLE_DIR/
11
12
# Remove .DS_Store files.
0 commit comments