diff --git a/Makefile b/Makefile index d9fea168..63fdbc0b 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ endif mkdir $(EXPORT_PACKAGE_DIR) copy $(BUILD_OBJECT) $(EXPORT_PACKAGE_DIR) copy *.dll $(EXPORT_PACKAGE_DIR) + copy *.zip $(EXPORT_PACKAGE_DIR) copy version.json $(EXPORT_PACKAGE_DIR) Xcopy /E /I assets $(EXPORT_PACKAGE_DIR)\assets cd $(EXPORT_PACKAGE_DIR) && echo %cd% && 7z a $(PROJECT_NAME).zip * diff --git a/python37.dll b/python37.dll new file mode 100644 index 00000000..1be6ede2 Binary files /dev/null and b/python37.dll differ diff --git a/python37.zip b/python37.zip new file mode 100644 index 00000000..666767ec Binary files /dev/null and b/python37.zip differ