Skip to content

Commit 9700007

Browse files
committed
Fix mac build scripts
1 parent 3aae43c commit 9700007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_mac-intel_v13.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ arch -x86_64 python3 -m pip install --upgrade --force-reinstall .
5959

6060
rm -rf build
6161

62-
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
62+
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
6363

6464
mkdir -p dist/intel
6565
mv dist/JeFaPaTo.app dist/intel/JeFaPaTo.app

build_mac-universal2_v13.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ python3 -m pip install --upgrade --force-reinstall .
5959

6060
rm -rf build
6161

62-
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
62+
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
6363

6464
# python3 setup.py py2app --arch=universal2
6565
# # rename the created app

0 commit comments

Comments
 (0)