aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-13 14:59:37 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-16 18:17:05 +0100
commit8ef5dedb0dd6e1607427fd9e3dba9cfebb4d77ec (patch)
tree10a8643dd74352115eba289644cc9ab435781c0c /Makefile
parentinstaller: do not check for Wow64 and KB when removing (diff)
downloadwireguard-windows-8ef5dedb0dd6e1607427fd9e3dba9cfebb4d77ec.tar.xz
wireguard-windows-8ef5dedb0dd6e1607427fd9e3dba9cfebb4d77ec.zip
ui: microsoft is now providing fractional icon sizes
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b220ed02..d5fd0d9f 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.9.zip,e
touch $@
%.ico: %.svg
- convert -background none $< -define icon:auto-resize="256,192,128,96,64,48,32,24,16" $@
+ convert -background none $< -define icon:auto-resize="256,192,128,96,64,48,40,32,24,20,16" -compress zip $@
resources_amd64.syso: $(RESOURCE_FILES)
x86_64-w64-mingw32-windres $(RCFLAGS) -I .deps/wintun/bin/amd64 -i $< -o $@