Skip to content

Commit

Permalink
Generalize installer path (#1855)
Browse files Browse the repository at this point in the history
* Generalize installer path
will require uninstall to remove old versions after
which new installs will use the same path

* change package name to Nano for installer
  • Loading branch information
argakiig committed Mar 26, 2019
1 parent d66c7c9 commit 6a6190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ if (NANO_GUI OR RAIBLOCKS_GUI)
set (CPACK_NSIS_MUI_ICON ${CMAKE_SOURCE_DIR}/Nano.ico)
set (CPACK_NSIS_DISPLAY_NAME "Nano")
set (CPACK_PACKAGE_NAME "Nano_Installer")
set (CPACK_NSIS_PACKAGE_NAME "Nano ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set (CPACK_NSIS_PACKAGE_NAME "Nano")
set (CPACK_NSIS_URL_INFO_ABOUT "https://nano.org")
set (CPACK_NSIS_CONTACT "info@nano.org")
set (CPACK_NSIS_MENU_LINKS "nano_wallet.exe" "Nano Wallet" "https://nano.org" "Nano website")
Expand Down

0 comments on commit 6a6190d

Please sign in to comment.