Merge pull request #633 from daiyam/fix-icon

update windows icon
This commit is contained in:
Peter Squicciarini 2021-02-07 14:44:14 -08:00 committed by GitHub
commit f8b17d45a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -49,3 +49,7 @@ do
fi
fi
done
if [ ! -f "src/resources/win32/code.ico" ]; then
convert "src/resources/linux/code.png" -define icon:auto-resize=256,128,96,64,48,32,24,20,16 "src/resources/win32/code.ico"
fi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 KiB

After

Width:  |  Height:  |  Size: 163 KiB