IOJNDKHJGDJLSHFGKJFLAD;

This commit is contained in:
tildearrow 2021-12-29 17:51:51 -05:00
parent 6bd68380ce
commit 010dbd9093
15 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,6 +3,8 @@ build/
release/
t/
winbuild/
macbuild/
linuxbuild/
*.dmf
*.swp
.cache/

BIN
res/icon.icns Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View File

Before

Width:  |  Height:  |  Size: 458 KiB

After

Width:  |  Height:  |  Size: 458 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,7 +1,7 @@
#!/bin/bash
sizes=(16 32 64 128 256 512)
if [ ! -e icon ]; then
mkdir icon
if [ ! -e icon.iconset ]; then
mkdir icon.iconset
fi
for i in "${sizes[@]}"; do
echo "making $i..."