Add version info to Info.plist (#1631)
This commit is contained in:
parent
f492cfc250
commit
9106483b6a
2 changed files with 5 additions and 0 deletions
|
@ -361,6 +361,7 @@ if (NANO_GUI OR RAIBLOCKS_GUI)
|
|||
endif ()
|
||||
|
||||
if (APPLE)
|
||||
CONFIGURE_FILE(Info.plist.in Info.plist @ONLY)
|
||||
install (TARGETS nano_wallet DESTINATION Nano.app/Contents/MacOS)
|
||||
install (FILES Info.plist DESTINATION Nano.app/Contents)
|
||||
install (FILES qt.conf DESTINATION Nano.app/Contents/Resources)
|
||||
|
|
|
@ -16,6 +16,10 @@
|
|||
<string>Nano.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.nano.nano_wallet</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@</string>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<true/>
|
||||
</dict>
|
Loading…
Add table
Add a link
Reference in a new issue