Skip to content

Commit

Permalink
Fixing package export.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Jun 7, 2021
1 parent 902462a commit 6753c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 *

Expand Down

0 comments on commit 6753c95

Please sign in to comment.