Update icon to the new style

This commit is contained in:
Lephenixnoir 2021-07-29 18:43:13 +02:00
parent b9c676ea4e
commit cf6c10ed29
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -17,7 +17,7 @@ all: $(ADDIN)
$(ADDIN): $(BIN)
$(MKG3A) -n :Doom -i uns:CGDOOM_UNSELECTED.png -i sel:CGDOOM_SELECTED.png $< $@
$(MKG3A) -n : -i uns:CGDOOM_UNSELECTED.png -i sel:CGDOOM_SELECTED.png $< $@
.s.o:
$(CC) -c $(CFLAGS) $< -o $@