Skip to content

Commit f1620a4

Browse files
committed
Mreow! :3
1 parent 92af952 commit f1620a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Build EXE
2525
run: |
26-
pyinstaller --onefile -name MyApp --add-data "assets;assets" main.py
26+
pyinstaller --onefile --name Cat --add-data "assets;assets" main.py
2727
2828
- name: Upload artifact
2929
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)