Skip to content

Commit

Permalink
Add icon to the released application
Browse files Browse the repository at this point in the history
  • Loading branch information
roffidaijoubu committed Dec 16, 2024
1 parent 4af12b1 commit b49f491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
restore-keys: |
${{ runner.os }}-build-
- name: Create Resource File
run: |
x86_64-w64-mingw32-windres icon.rc -O coff -o icon.syso
- name: Build
run: |
$env:CC = "x86_64-w64-mingw32-gcc"
Expand Down
1 change: 1 addition & 0 deletions icon.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IDI_ICON1 ICON "assets/icon.ico"

0 comments on commit b49f491

Please sign in to comment.