This repository was archived by the owner on Jun 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 27
27
pip install pyqt6
28
28
- name : Build with PyInstaller
29
29
run : |
30
- pyinstaller --onefile setup.py --icon=icon.ico -n "FNF Porter"
31
- pyinstaller --onefile setup.py --icon=icon.ico --noconsole -n "FNF Porter (No Console)"
30
+ pyinstaller --onefile setup.py --icon=icon.ico --noconsole -n "FNF Porter v0.1"
32
31
- name : Upload build artifact
33
32
uses : actions/upload-artifact@v4
34
33
with :
54
53
pip install pyqt6
55
54
- name : Build with PyInstaller
56
55
run : |
57
- pyinstaller --onefile setup.py --icon=icon.icns -n "FNF Porter"
58
- pyinstaller --onefile setup.py --icon=icon.icns --noconsole -n "FNF Porter (No Console)"
56
+ pyinstaller --onefile setup.py --icon=icon.icns --noconsole -n "FNF Porter v0.1"
59
57
- name : Upload build artifact
60
58
uses : actions/upload-artifact@v4
61
59
with :
81
79
pip install pyqt6
82
80
- name : Build with PyInstaller
83
81
run : |
84
- pyinstaller --onefile setup.py -n "FNF Porter"
85
- pyinstaller --onefile setup.py --noconsole -n "FNF Porter (No Console)"
82
+ pyinstaller --onefile setup.py --noconsole -n "FNF Porter v0.1"
86
83
- name : Upload build artifact
87
84
uses : actions/upload-artifact@v4
88
85
with :
You can’t perform that action at this time.
0 commit comments