Skip to content

Commit

Permalink
Add icon for PyInstaller builds
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrob committed Sep 11, 2023
1 parent c37627b commit 0ad651c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install -r requirements.txt pyinstaller
python -m PyInstaller --clean --noconsole --onefile --hidden-import timeago.locales.en_short emailproxy.py
python -m PyInstaller --clean --noconsole --onefile --hidden-import timeago.locales.en_short --icon icon.png emailproxy.py
# add license, documentation, configuration file sample and disclaimer
# - note: `move [...] alias move=mv [...]` is to support using the same commands on all platforms
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ad651c

Please sign in to comment.