Skip to content

Commit

Permalink
Update binary to not delete json db
Browse files Browse the repository at this point in the history
and instead delete bin db
  • Loading branch information
lologarithm authored Jan 13, 2023
1 parent 384337c commit 0c2504d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ binary_dist: $(OUT_DIR)/.dirstamp
cp -r $(OUT_DIR) binary_dist/
rm binary_dist/wotlk/lib.wasm
rm -rf binary_dist/wotlk/assets/db_inputs
rm binary_dist/wotlk/assets/database/db.json
rm binary_dist/wotlk/assets/database/leftover_db.json
rm binary_dist/wotlk/assets/database/db.bin
rm binary_dist/wotlk/assets/database/leftover_db.bin

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

0 comments on commit 0c2504d

Please sign in to comment.