-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
generate_icons_MacOSX.sh
21 lines (14 loc) · 1.06 KB
/
generate_icons_MacOSX.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
rm src/icons/chargy_shield3.iconset -rf
mkdir src/icons/chargy_shield3.iconset
cp src/icons/chargy_shield3/chargy_shield3_16x16.png chargy_shield3.iconset/icon_16x16.png
cp src/icons/chargy_shield3/chargy_shield3_32x32.png chargy_shield3.iconset/[email protected]
cp src/icons/chargy_shield3/chargy_shield3_32x32.png chargy_shield3.iconset/icon_32x32.png
cp src/icons/chargy_shield3/chargy_shield3_64x64.png chargy_shield3.iconset/[email protected]
cp src/icons/chargy_shield3/chargy_shield3_128x128.png chargy_shield3.iconset/icon_128x128.png
cp src/icons/chargy_shield3/chargy_shield3_256x256.png chargy_shield3.iconset/[email protected]
cp src/icons/chargy_shield3/chargy_shield3_256x256.png chargy_shield3.iconset/icon_256x256.png
cp src/icons/chargy_shield3/chargy_shield3_512x512.png chargy_shield3.iconset/[email protected]
cp src/icons/chargy_shield3/chargy_shield3_512x512.png chargy_shield3.iconset/icon_512x512.png
cp src/icons/chargy_shield3/chargy_shield3_1024x1024.png chargy_shield3.iconset/[email protected]
iconutil -c icns chargy_shield2.iconset