Skip to content

Commit

Permalink
Fix mac build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Timozen committed Apr 22, 2024
1 parent 3aae43c commit 9700007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_mac-intel_v13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ arch -x86_64 python3 -m pip install --upgrade --force-reinstall .

rm -rf build

arch -x86_64 pyinstaller --windowed --onefile --name JeFaPaTo --add-data src/jefapato:jefapato --add-data frontend:frontend --add-data jefapato:jefapato --add-data examples:examples --icon "frontend/assets/icons/icon.icns" main.py
arch -x86_64 pyinstaller --windowed --onefile --name JeFaPaTo --add-data src/jefapato:jefapato --add-data frontend:frontend --add-data examples:examples --icon "frontend/assets/icons/icon.icns" main.py

mkdir -p dist/intel
mv dist/JeFaPaTo.app dist/intel/JeFaPaTo.app
Expand Down
2 changes: 1 addition & 1 deletion build_mac-universal2_v13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ python3 -m pip install --upgrade --force-reinstall .

rm -rf build

pyinstaller --windowed --onefile --name JeFaPaTo --add-data src/jefapato:jefapato --add-data frontend:frontend --add-data jefapato:jefapato --add-data examples:examples --icon "frontend/assets/icons/icon.icns" main.py
pyinstaller --windowed --onefile --name JeFaPaTo --add-data src/jefapato:jefapato --add-data frontend:frontend --add-data examples:examples --icon "frontend/assets/icons/icon.icns" main.py

# python3 setup.py py2app --arch=universal2
# # rename the created app
Expand Down

0 comments on commit 9700007

Please sign in to comment.