Skip to content

Commit 0869a6c

Browse files
committed
Fix workflow file
1 parent 4f65e11 commit 0869a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Clean and build
5252
run: |
5353
rm -rf build/ dist/ __pycache__/ *.dmg
54-
#pyinstaller --windowed --name=pySPEC --icon=assets/icon.icns --add-data="assets:assets" main.pyw
54+
pyinstaller --windowed --name=pySPEC --icon=assets/icon.icns --add-data="assets:assets" main.pyw
5555
5656
- name: Create and upload DMG
5757
run: |

0 commit comments

Comments
 (0)