move icon files around.

This commit is contained in:
Kelvin Sherlock 2019-02-11 20:15:30 -05:00
parent 4a0c190ce3
commit 14e1fe18f8
6 changed files with 4 additions and 4 deletions

View File

@ -131,13 +131,13 @@ add_executable(GSplus WIN32 MACOSX_BUNDLE
${generated_headers}
$<$<BOOL:${WIN32}>:win32.rc>
$<$<BOOL:${APPLE}>:gsp_icon.icns>
$<$<BOOL:${APPLE}>:assets/gsp_icon.icns>
$<$<BOOL:${APPLE}>:fix_mac_menu.m>
)
SET_SOURCE_FILES_PROPERTIES(
gsp_icon.icns
assets/gsp_icon.icns
PROPERTIES
MACOSX_PACKAGE_LOCATION Resources
)

BIN
src/assets/gsp_icon.icns Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -65,8 +65,8 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDC_GSPORT32 ICON DISCARDABLE "gsp_icon.ico"
GSPORT32_ICON ICON DISCARDABLE "gsp_icon.ico"
IDC_GSPORT32 ICON DISCARDABLE "assets/gsp_icon.ico"
GSPORT32_ICON ICON DISCARDABLE "assets/gsp_icon.ico"
/////////////////////////////////////////////////////////////////////////////
//