File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ arch -x86_64 python3 -m pip install --upgrade --force-reinstall .
59
59
60
60
rm -rf build
61
61
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
63
63
64
64
mkdir -p dist/intel
65
65
mv dist/JeFaPaTo.app dist/intel/JeFaPaTo.app
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ python3 -m pip install --upgrade --force-reinstall .
59
59
60
60
rm -rf build
61
61
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
63
63
64
64
# python3 setup.py py2app --arch=universal2
65
65
# # rename the created app
You can’t perform that action at this time.
0 commit comments