Skip to content

Commit

Permalink
Update .gitignore, Install to C:\Program Files\Nano-*.*.* from instal…
Browse files Browse the repository at this point in the history
…ler Nano-*.*.* (#716)
  • Loading branch information
argakiig authored and clemahieu committed Mar 9, 2018
1 parent 12cbda3 commit 6673c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -40,6 +40,7 @@ slow_test
# Visual Studio
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.sln
*.qrc.depends
*.dir
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -479,6 +479,7 @@ if (RAIBLOCKS_GUI)
set (CPACK_NSIS_EXTRA_INSTALL_COMMANDS "ExecWait '\\\"$INSTDIR\\\\${WIN_REDIST}\\\" /quiet /norestart'")
set (CPACK_NSIS_MUI_ICON ${CMAKE_SOURCE_DIR}/RaiBlocks.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_URL_INFO_ABOUT "https://nano.org")
set (CPACK_NSIS_CONTACT "clemahieu@raiblocks.net")
Expand Down

0 comments on commit 6673c42

Please sign in to comment.