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:
BIN
images/eforth.ico
Executable file
BIN
images/eforth.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 318 B |
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB |
BIN
images/eforth.xcf
Executable file
BIN
images/eforth.xcf
Executable file
Binary file not shown.
@ -55,7 +55,7 @@ DEPLOY_ITEMS += [
|
|||||||
|
|
||||||
if WINDOWS_ENABLED:
|
if WINDOWS_ENABLED:
|
||||||
DEPLOY_ITEMS += [
|
DEPLOY_ITEMS += [
|
||||||
Copy('$dst/deploy/static/favicon.ico', '$dst/resources/eforth.ico'),
|
Copy('$dst/deploy/static/favicon.ico', 'images/eforth.ico'),
|
||||||
]
|
]
|
||||||
|
|
||||||
Alias('site', ' '.join(DEPLOY_ITEMS))
|
Alias('site', ' '.join(DEPLOY_ITEMS))
|
||||||
|
|||||||
@ -52,13 +52,7 @@ LinkW64('$dst/windows/uEf64.exe',
|
|||||||
'$dst/resources/ueforth_res64.res']))
|
'$dst/resources/ueforth_res64.res']))
|
||||||
|
|
||||||
# Create icon.
|
# Create icon.
|
||||||
ICON_SIZES = [
|
Copy('$dst/resources/eforth.ico', 'images/eforth.ico')
|
||||||
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))
|
|
||||||
CompileResource32('$dst/resources/ueforth_res32.res', '$src/windows/ueforth.rc',
|
CompileResource32('$dst/resources/ueforth_res32.res', '$src/windows/ueforth.rc',
|
||||||
implicit=['$dst/resources/eforth.ico'])
|
implicit=['$dst/resources/eforth.ico'])
|
||||||
CompileResource64('$dst/resources/ueforth_res64.res', '$src/windows/ueforth.rc',
|
CompileResource64('$dst/resources/ueforth_res64.res', '$src/windows/ueforth.rc',
|
||||||
|
|||||||
Reference in New Issue
Block a user