File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 pip install requests
2323 pip install pyside6
2424 - name : Build macOS executable
25- run : pyinstaller -F --add-data "Inter.ttf; ." --add-data "icomoon.ttf; ." --add-data "PyCalc-GUIico; ." PyCalc-GUI.py --noconsole
25+ run : pyinstaller -F --add-data "Inter.ttf: ." --add-data "icomoon.ttf: ." --add-data "PyCalc-GUI.ico: ." PyCalc-GUI.py --noconsole
2626 - name : Upload macOS artifact
2727 uses : actions/upload-artifact@v4
2828 with :
4444 pip install requests
4545 pip install pyside6
4646 - name : Build Linux executable
47- run : pyinstaller -F --add-data "Inter.ttf; ." --add-data "icomoon.ttf; ." --add-data "PyCalc-GUIico; ." PyCalc-GUI.py --noconsole
47+ run : pyinstaller -F --add-data "Inter.ttf: ." --add-data "icomoon.ttf: ." --add-data "PyCalc-GUI.ico: ." PyCalc-GUI.py --noconsole
4848 - name : Upload Linux artifact
4949 uses : actions/upload-artifact@v4
5050 with :
You can’t perform that action at this time.
0 commit comments