Update icon

This commit is contained in:
Joseph C. Lehner 2021-09-30 22:31:50 +02:00
parent 815c76bf20
commit d22807f3a3
3 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ dofuzz_tftp: fuzz_tftp
echo powersave | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
clean:
rm -f $(nmrpflash_OBJ) nmrpflash fuzz_nmrp fuzz_tftp
rm -f $(nmrpflash_OBJ) nmrpflash nmrpflash.exe fuzz_nmrp fuzz_tftp
install: nmrpflash
install -m 755 nmrpflash $(PREFIX)/bin
@ -66,4 +66,4 @@ release: clean nmrpflash$(SUFFIX)
strip nmrpflash$(SUFFIX)
nmrpflash.ico: nmrpflash.svg
convert -define icon:auto-resize=256,64,48,32,16 $< $@
convert -background transparent -define icon:auto-resize=256,64,48,32,16 $< $@

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -1,3 +1,3 @@
#include "winuser.h"
0 ICON "icon.ico"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest
0 ICON "nmrpflash.ico"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "nmrpflash.manifest"