File tree Expand file tree Collapse file tree 3 files changed +3
-42
lines changed
Expand file tree Collapse file tree 3 files changed +3
-42
lines changed Original file line number Diff line number Diff line change 22dist /
33* .spec. *
44Output /
5- PyCalc-SE .spec
5+ PyCalc-GUI .spec
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11To export using Pyinstaller,
22
3- pyinstaller -F -i PyCalc-GUI.ico --add-data "Inter.ttf;." --add-data "icomoon.ttf;." --add-data "PyCalc-GUIico ;." PyCalc-GUI.py --noconsole
3+ pyinstaller -F -i PyCalc-GUI.ico --add-data "Inter.ttf;." --add-data "icomoon.ttf;." --add-data "PyCalc-GUI.ico ;." PyCalc-GUI.py --noconsole
44
55[ If without icon ]
66
7- pyinstaller -F --add-data "Inter.ttf;." --add-data "icomoon.ttf;." --add-data "PyCalc-GUIico ;." PyCalc-GUI.py --noconsole
7+ pyinstaller -F --add-data "Inter.ttf;." --add-data "icomoon.ttf;." --add-data "PyCalc-GUI.ico ;." PyCalc-GUI.py --noconsole
88
99If Pyinstaller not available,
1010
You can’t perform that action at this time.
0 commit comments