mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
MacOS PyInstaller build files
This commit is contained in:
10
src/macos-build.sh
Executable file
10
src/macos-build.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
rmdir /q /s gam
|
||||
rmdir /q /s build
|
||||
rmdir /q /s dist
|
||||
rm -rf gam-$1-macos.tar.xz
|
||||
|
||||
pyinstaller --clean -F --distpath=gam macos-gam.spec
|
||||
cp LICENSE gam
|
||||
cp whatsnew.txt gam
|
||||
|
||||
tar cfJ gam-$1-macos.tar.xz gam/
|
||||
Reference in New Issue
Block a user