From 554332bb33aea53a776638c110682b1fda666b70 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 25 Oct 2019 11:47:04 +0200 Subject: ui: provide icons for 128x128 and 16x16 at 144dpi Signed-off-by: Simon Rozman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c6951e5..064d9191 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DEPLOYMENT_PATH ?= Desktop all: amd64/wireguard.exe x86/wireguard.exe %.ico: %.svg - convert -background none $< -define icon:auto-resize="256,128,96,64,48,32,16" $@ + convert -background none $< -define icon:auto-resize="256,192,128,96,64,48,32,24,16" $@ resources_amd64.syso: $(RESOURCE_FILES) x86_64-w64-mingw32-windres -i $< -o $@ -O coff -- cgit v1.2.3-59-g8ed1b