Skip to content

Commit 92af952

Browse files
committed
Mreow!
1 parent 11b587e commit 92af952

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
2424
- name: Build EXE
2525
run: |
26-
pyinstaller --onefile \
27-
--name MyApp \
28-
--add-data "assets;assets" \
29-
main.py
26+
pyinstaller --onefile -name MyApp --add-data "assets;assets" main.py
3027
3128
- name: Upload artifact
3229
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)