Skip to content

Commit

Permalink
Merge pull request #20 from dseichter/app_icon
Browse files Browse the repository at this point in the history
#19 add Icon to application
  • Loading branch information
Daniel Seichter authored Jun 9, 2024
2 parents 87f7b28 + 0823159 commit 00e907c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pip install -r src/requirements.txt

- name: Build Windows binary
run: pyinstaller --onefile -w src/workdir.py -n workdir-windows-${{ github.ref_name }}.exe
run: pyinstaller --onefile -w src/workdir.py -n workdir-windows-${{ github.ref_name }}.exe --icon=icons/Opened_Folder.ico

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: pip install -r src/requirements.txt

- name: Build Linux binary
run: pyinstaller --onefile src/workdir.py -n workdir-linux-${{ github.ref_name }}
run: pyinstaller --onefile src/workdir.py -n workdir-linux-${{ github.ref_name }} --icon=icons/Opened_Folder.ico

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
Binary file added icons/Opened_Folder.ico
Binary file not shown.

0 comments on commit 00e907c

Please sign in to comment.