Move to svelter icon.

It seems weird to have a 74K icon for a Forth.
Moving to a lower res one in same vein without the rescaling.
This commit is contained in:
Brad Nelson
2024-05-05 09:42:41 -07:00
parent 3f6c7d1dbe
commit d4a87d3b00
5 changed files with 2 additions and 8 deletions

View File

@ -52,13 +52,7 @@ LinkW64('$dst/windows/uEf64.exe',
'$dst/resources/ueforth_res64.res']))
# Create icon.
ICON_SIZES = [
ResizeImage('$dst/resources/eforth16x16.png', '$src/images/eforth.png', '16x16'),
ResizeImage('$dst/resources/eforth32x32.png', '$src/images/eforth.png', '32x32'),
ResizeImage('$dst/resources/eforth48x48.png', '$src/images/eforth.png', '48x48'),
ResizeImage('$dst/resources/eforth256x256.png', '$src/images/eforth.png', '256x256'),
]
ConvertImage('$dst/resources/eforth.ico', ' '.join(ICON_SIZES))
Copy('$dst/resources/eforth.ico', 'images/eforth.ico')
CompileResource32('$dst/resources/ueforth_res32.res', '$src/windows/ueforth.rc',
implicit=['$dst/resources/eforth.ico'])
CompileResource64('$dst/resources/ueforth_res64.res', '$src/windows/ueforth.rc',