Skip to content

Commit

Permalink
Updating wallet executable name in plist file.
Browse files Browse the repository at this point in the history
Bumping revision number.
  • Loading branch information
clemahieu committed Jan 17, 2015
1 parent d62d641 commit cbc9748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit cbc9748

Please sign in to comment.