From 0ceb800711f00558f0da2485bf0f697dfdc42012 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sat, 14 Apr 2018 15:02:06 +0900 Subject: win32: fixed corrupt icon: use icotool instead of imagemagick --- win32/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/x86/Makefile') diff --git a/win32/x86/Makefile b/win32/x86/Makefile index 6dfc3f5..184d3a4 100644 --- a/win32/x86/Makefile +++ b/win32/x86/Makefile @@ -42,7 +42,7 @@ $(TARGET): $(OBJS) @$(WINDRES) -o $@ -i $< $(ICON): $(ICONFILES) - convert $(ICONFILES) -colors 256 $@ + icotool -o $@ -c $^ clean: rm -f $(TARGET) $(OBJS) -- cgit v1.2.3