We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92af952 commit f1620a4Copy full SHA for f1620a4
1 file changed
.github/workflows/build-windows.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Build EXE
25
run: |
26
- pyinstaller --onefile -name MyApp --add-data "assets;assets" main.py
+ pyinstaller --onefile --name Cat --add-data "assets;assets" main.py
27
28
- name: Upload artifact
29
uses: actions/upload-artifact@v4
0 commit comments