From 23d652279018108b37da65cc2e1032fdefd0def5 Mon Sep 17 00:00:00 2001 From: Ben Echols Date: Sat, 10 Dec 2022 11:22:51 -0700 Subject: [PATCH] updated binary_dist to not include db_inputs --- makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/makefile b/makefile index ecd8e42d3b..db8425b893 100644 --- a/makefile +++ b/makefile @@ -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