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
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