Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Nov 3, 2024
1 parent c632db4 commit 0c56b90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed assets/windows/mannager.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/build-windows-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BINARY_PATH="target/release"

# Generate an ICO
conv_opts="-colors 256 -background none -density 300"
convert $conv_opts -define icon:auto-resize=256,64,48,32,16 "assets/app_icon.png" "$ICON_PATH/$APP_NAME.ico"
magick convert $conv_opts -define icon:auto-resize=256,64,48,32,16 "assets/app_icon.png" "$ICON_PATH/$APP_NAME.ico"
chmod 777 "$ICON_PATH/$APP_NAME.ico"

# build the binary
Expand Down
Binary file removed test.ico
Binary file not shown.

0 comments on commit 0c56b90

Please sign in to comment.