Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
release - add icon to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodam committed Dec 17, 2023
1 parent eae33d4 commit fb73848
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: 3.11

- run: pip install -r requirements.txt pyinstaller
- run: pyinstaller --onefile tinet-bridge.py
- run: pyinstaller --onefile --icon=tkbstudios.ico tinet-bridge.py
- uses: actions/upload-artifact@v4
with:
name: tinet-bridge
Expand Down
Binary file added tkbstudios.ico
Binary file not shown.

0 comments on commit fb73848

Please sign in to comment.