Updating wallet executable name in plist file.
Bumping revision number.
This commit is contained in:
parent
d62d641beb
commit
cbc974804d
2 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ add_executable (qt_system
|
|||
|
||||
set (CPACK_PACKAGE_VERSION_MAJOR "4")
|
||||
set (CPACK_PACKAGE_VERSION_MINOR "0")
|
||||
set (CPACK_PACKAGE_VERSION_PATCH "0")
|
||||
set (CPACK_PACKAGE_VERSION_PATCH "1")
|
||||
|
||||
SET (ACTIVE_NETWORK rai_active_network CACHE STRING "Selects which network parameters are used")
|
||||
set_property (CACHE ACTIVE_NETWORK PROPERTY STRINGS rai_test_network rai_beta_network rai_live_network)
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>qt_client</string>
|
||||
<string>qt_wallet</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>RaiBlocks</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.raiblocks.qt_client</string>
|
||||
<string>net.raiblocks.qt_wallet</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue