Adding icon for osx bundle.
This commit is contained in:
parent
79247c232d
commit
9139fb8d8d
3 changed files with 3 additions and 0 deletions
|
@ -214,6 +214,7 @@ if (APPLE)
|
|||
install (DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/packaging/QtTest.framework" DESTINATION RaiBlocks.app/Contents/Frameworks USE_SOURCE_PERMISSIONS)
|
||||
install (DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/packaging/QtWidgets.framework" DESTINATION RaiBlocks.app/Contents/Frameworks USE_SOURCE_PERMISSIONS)
|
||||
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/packaging/libqcocoa.dylib" DESTINATION RaiBlocks.app/Contents/PlugIns/platforms PERMISSIONS OWNER_EXECUTE OWNER_READ)
|
||||
install (FILES RaiBlocks.icns DESTINATION RaiBlocks.app/Contents/Resources)
|
||||
elseif (WIN32)
|
||||
get_filename_component (Qt5_bin_DIR ${Qt5_DIR}/../../../bin ABSOLUTE)
|
||||
install (TARGETS qt_wallet DESTINATION .)
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
<string>RaiBlocks</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>RaiBlocks.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.raiblocks.qt_wallet</string>
|
||||
</dict>
|
||||
|
|
BIN
RaiBlocks.icns
Normal file
BIN
RaiBlocks.icns
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue