Skip to content

Commit

Permalink
Maybe use transparent instead of none?
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Jul 22, 2023
1 parent 6870cfc commit ef5f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ regenerate()
svgo --multipass --quiet "$1"

# Convert to PNG
convert "$1" -size 1024x1024 -background none "${1%.*}.png"
convert "$1" -size 1024x1024 -background transparent "${1%.*}.png"

# Convert to ICO
# https://stackoverflow.com/a/15104985
Expand Down

0 comments on commit ef5f0c6

Please sign in to comment.