Skip to content

Commit

Permalink
Update Windows icon creation script at Scott suggestion :)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Jun 6, 2020
1 parent 454f182 commit ba1c2a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/iconwin.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/tools/create_windows_icon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

for imgsize in 16 32 64 128
do
convert ../icons/sqlitebrowser.png -resize "$imgsize"x"$imgsize" -background transparent icon"$imgsize".png
convert ../../images/logo.svg -resize "$imgsize"x"$imgsize" -background transparent icon"$imgsize".png
files="$files icon$imgsize.png"
done

Expand Down

0 comments on commit ba1c2a1

Please sign in to comment.