From 6753c9524953a0f24d0f7908b273000a6f66681d Mon Sep 17 00:00:00 2001 From: chukobyte Date: Mon, 7 Jun 2021 14:17:14 -0400 Subject: [PATCH] Fixing package export. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0b00ed45..4497f1ac 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ endif copy *.dll $(EXPORT_PACKAGE_DIR) copy *.zip $(EXPORT_PACKAGE_DIR) copy *.json $(EXPORT_PACKAGE_DIR) + copy *.scfg $(EXPORT_PACKAGE_DIR) Xcopy /E /I assets $(EXPORT_PACKAGE_DIR)\assets cd $(EXPORT_PACKAGE_DIR) && echo %cd% && 7z a $(PROJECT_NAME).zip *