Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit 84bd86b

Browse files
authored
console... is lost media???
1 parent 97f33d4 commit 84bd86b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
pip install pyqt6
2828
- name: Build with PyInstaller
2929
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"
3231
- name: Upload build artifact
3332
uses: actions/upload-artifact@v4
3433
with:
@@ -54,8 +53,7 @@ jobs:
5453
pip install pyqt6
5554
- name: Build with PyInstaller
5655
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"
5957
- name: Upload build artifact
6058
uses: actions/upload-artifact@v4
6159
with:
@@ -81,8 +79,7 @@ jobs:
8179
pip install pyqt6
8280
- name: Build with PyInstaller
8381
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"
8683
- name: Upload build artifact
8784
uses: actions/upload-artifact@v4
8885
with:

0 commit comments

Comments
 (0)