Skip to content

Commit

Permalink
Merge pull request #78478 from akrieger/emscript_deez_
Browse files Browse the repository at this point in the history
Fix emscripten build referencing deleted resource folder.
  • Loading branch information
Night-Pryanik authored Dec 11, 2024
2 parents 1684d63 + 8342893 commit 8ab48fe
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 8ab48fe

Please sign in to comment.