Skip to content

Commit

Permalink
Add app logo to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Treeways committed Apr 14, 2023
1 parent 7e987bb commit b17b3c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Compile application (Windows)
if: runner.os == 'Windows'
run: |
pyinstaller src/main.py --onefile
pyinstaller src/main.py --onefile --icon assets/mcreatorscanner-icon.ico
mv dist/main.exe dist/MCreatorScanner.exe
- name: Compile application (macOS, Linux)
if: runner.os == 'Linux' || runner.os == 'macOS'
run: |
pyinstaller src/main.py --onefile
pyinstaller src/main.py --onefile --icon assets/mcreatorscanner-icon.ico
mv dist/main dist/MCreatorScanner
- name: Upload Artifacts
Expand Down
Binary file added assets/mcreatorscanner-icon.ico
Binary file not shown.
Binary file modified assets/mcreatorscanner-logo.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 b17b3c0

Please sign in to comment.