Skip to content

Commit 4cae16f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +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 }}."
45-
44+
pyinstaller --onefile --windowed --icon=icon.ico --name=KnigavuheDownloader --add-data "icon.png:${{ env.SEP }}." main.py
4645
4746
- name: Archive Build Artifacts
4847
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)