Update icon
This commit is contained in:
parent
815c76bf20
commit
d22807f3a3
3 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -44,7 +44,7 @@ dofuzz_tftp: fuzz_tftp
|
||||||
echo powersave | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
|
echo powersave | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(nmrpflash_OBJ) nmrpflash fuzz_nmrp fuzz_tftp
|
rm -f $(nmrpflash_OBJ) nmrpflash nmrpflash.exe fuzz_nmrp fuzz_tftp
|
||||||
|
|
||||||
install: nmrpflash
|
install: nmrpflash
|
||||||
install -m 755 nmrpflash $(PREFIX)/bin
|
install -m 755 nmrpflash $(PREFIX)/bin
|
||||||
|
|
@ -66,4 +66,4 @@ release: clean nmrpflash$(SUFFIX)
|
||||||
strip nmrpflash$(SUFFIX)
|
strip nmrpflash$(SUFFIX)
|
||||||
|
|
||||||
nmrpflash.ico: nmrpflash.svg
|
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 $< $@
|
||||||
|
|
|
||||||
BIN
nmrpflash.ico
BIN
nmrpflash.ico
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 41 KiB |
|
|
@ -1,3 +1,3 @@
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
0 ICON "icon.ico"
|
0 ICON "nmrpflash.ico"
|
||||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "nmrpflash.manifest"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue