Skip to content

Commit

Permalink
Adding python.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed May 3, 2021
1 parent 93a3f69 commit e247a66
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -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 *
Expand Down
Binary file added python37.dll
Binary file not shown.
Binary file added python37.zip
Binary file not shown.

0 comments on commit e247a66

Please sign in to comment.