Skip to content

Commit

Permalink
imagemagick is just too much trouble for creating icons, so use png2i…
Browse files Browse the repository at this point in the history
…co instead.
  • Loading branch information
davidgiven committed Jan 7, 2024
1 parent 0033d07 commit 3d1dcd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
mingw-w64-i686-sqlite3
mingw-w64-i686-wxWidgets
mingw-w64-i686-zlib
mingw-w64-x86_64-imagemagick
mingw-w64-i686-png2ico
vim
zip
- name: update-protobuf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mingw-w64-i686-sqlite3
mingw-w64-i686-wxWidgets
mingw-w64-i686-zlib
mingw-w64-x86_64-imagemagick
mingw-w64-i686-png2ico
vim
zip
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion extras/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
ins=["./icon.png"],
outs=["fluxengine.ico"],
commands=[
"convert {ins[0]} -resize 64x46 -define icon:auto-resize=64,48,32,16 {outs[0]}"
"png2ico {outs[0]} {ins[0]}"
],
label="MAKEICON",
)

0 comments on commit 3d1dcd6

Please sign in to comment.