From 0c2504d9cb2c0a1cc3dd59399b445a1d4cfa6a6c Mon Sep 17 00:00:00 2001 From: Ben Echols Date: Fri, 13 Jan 2023 12:47:54 -0700 Subject: [PATCH] Update binary to not delete json db and instead delete bin db --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index d146b411f4..ea3f14b617 100644 --- a/makefile +++ b/makefile @@ -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