Skip to content

Commit bb49ee7

Browse files
Update main.yml
1 parent 4cae16f commit bb49ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Build Executable
4343
run: |
44-
pyinstaller --onefile --windowed --icon=icon.ico --name=KnigavuheDownloader --add-data "icon.png:${{ env.SEP }}." main.py
44+
pyinstaller --onefile --windowed --icon=icon.ico --name=KnigavuheDownloader --add-data=icon.png${{ env.SEP }}. main.py
4545
4646
- name: Archive Build Artifacts
4747
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)