Created new windows binary icon Windows 10 compatible

This commit is contained in:
defnax 2021-01-30 23:23:03 +01:00
parent 42dd13b0e6
commit 2dfbfd20b8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

View File

@ -2,7 +2,7 @@
#include "retroshare_win.rc.h"
#include "retroshare/rsversion.h"
IDI_ICON1 ICON "logo/logo_64.ico"
IDI_ICON1 ICON "logo/logo_256.ico"
#define STRINGIZER(version) #version
#define VERSION_STRING(major,minor,mini,extra) STRINGIZER(major) "." STRINGIZER(minor) "." STRINGIZER(mini) STRINGIZER(extra)