Feature/python build #25

Merged
shenjackyuanjie merged 28 commits from feature/python_build into main 2023-06-10 19:02:01 +08:00
Showing only changes of commit 00e753a500 - Show all commits

View File

@ -79,3 +79,4 @@ if __name__ == '__main__':
file_path = os.path.join(path, file) file_path = os.path.join(path, file)
dist_zip.write(file_path) dist_zip.write(file_path)
print('Zip Done!') print('Zip Done!')
sys.exit(0)