Skip to content

Commit

Permalink
Fix a bug in build_icon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyLee committed Oct 26, 2015
1 parent 1830ac2 commit a0399c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_icon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

cd resource

inkscape -z -e icon.iconset/icon_1024x1024.png -w 1024 -h 1024 icon.svg
cp icon.iconset/icon_1024x1024.png icon.iconset/[email protected]
inkscape -z -e icon.iconset/[email protected] -w 1024 -h 1024 icon.svg

inkscape -z -e icon.iconset/icon_512x512.png -w 512 -h 512 icon.svg
cp icon.iconset/icon_512x512.png icon.iconset/[email protected]
Expand Down

0 comments on commit a0399c1

Please sign in to comment.