IOJNDKHJGDJLSHFGKJFLAD;
2
.gitignore
vendored
|
@ -3,6 +3,8 @@ build/
|
||||||
release/
|
release/
|
||||||
t/
|
t/
|
||||||
winbuild/
|
winbuild/
|
||||||
|
macbuild/
|
||||||
|
linuxbuild/
|
||||||
*.dmf
|
*.dmf
|
||||||
*.swp
|
*.swp
|
||||||
.cache/
|
.cache/
|
||||||
|
|
BIN
res/icon.icns
Normal file
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 458 KiB After Width: | Height: | Size: 458 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sizes=(16 32 64 128 256 512)
|
sizes=(16 32 64 128 256 512)
|
||||||
if [ ! -e icon ]; then
|
if [ ! -e icon.iconset ]; then
|
||||||
mkdir icon
|
mkdir icon.iconset
|
||||||
fi
|
fi
|
||||||
for i in "${sizes[@]}"; do
|
for i in "${sizes[@]}"; do
|
||||||
echo "making $i..."
|
echo "making $i..."
|
||||||
|
|