Update .gitignore, Install to C:\Program Files\Nano-*.*.* from installer Nano-*.*.* (#716)
This commit is contained in:
parent
12cbda3522
commit
6673c42f68
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -40,6 +40,7 @@ slow_test
|
|||
# Visual Studio
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
*.sln
|
||||
*.qrc.depends
|
||||
*.dir
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue