Skip to content

Commit

Permalink
updated binary_dist to not include db_inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
lologarithm committed Dec 10, 2022
1 parent 9d43d96 commit 23d6522
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ binary_dist: $(OUT_DIR)/.dirstamp
mkdir -p binary_dist
cp -r $(OUT_DIR) binary_dist/
rm binary_dist/wotlk/lib.wasm
rm -rf binary_dist/wotlk/assets/database
mkdir -p binary_dist/wotlk/assets/database
cp $(OUT_DIR)/assets/database/* ./binary_dist/wotlk/assets/database
rm -rf binary_dist/wotlk/assets/db_inputs

# Builds the web server with the compiled client.
.PHONY: wowsimwotlk
Expand Down

0 comments on commit 23d6522

Please sign in to comment.