Merge pull request #2266 from defnax/windows-binary-icon

Created new windows binary icon Windows 10 compatible
This commit is contained in:
defnax 2021-01-31 12:10:23 +01:00 committed by GitHub
commit 9a6e21063d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)