going back to old icon for now. Also Windows icon is now centered, and linux icon has higher 128x128 resolution.

This commit is contained in:
jacob1 2019-01-26 00:46:43 -05:00
parent 28d7b56bda
commit 4593a95405
26 changed files with 2 additions and 8 deletions

BIN
resources/icon.icns Normal file → Executable file

Binary file not shown.

BIN
resources/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,8 +1,5 @@
#include "resource.h" #include "resource.h"
IDI_ICON1 ICON DISCARDABLE "icon_256.ico" IDI_ICON ICON DISCARDABLE "icon.ico"
IDI_ICON2 ICON DISCARDABLE "icon_96.ico"
IDI_ICON3 ICON DISCARDABLE "icon_64.ico"
IDI_ICON4 ICON DISCARDABLE "icon_48.ico"
IDI_DOC_ICON ICON DISCARDABLE "document.ico" IDI_DOC_ICON ICON DISCARDABLE "document.ico"
IDI_EVENTCOMPAT LUASCRIPT "../src/lua/luascripts/eventcompat.lua" IDI_EVENTCOMPAT LUASCRIPT "../src/lua/luascripts/eventcompat.lua"

View File

@ -1,9 +1,6 @@
#define LUASCRIPT 256 #define LUASCRIPT 256
#define IDI_ICON1 101 #define IDI_ICON 101
#define IDI_ICON2 102
#define IDI_ICON3 103
#define IDI_ICON4 104
#define IDI_DOC_ICON 110 #define IDI_DOC_ICON 110
#define IDI_TPTMP 120 #define IDI_TPTMP 120
#define IDI_SCRIPTMANAGER 121 #define IDI_SCRIPTMANAGER 121