Skip to content
Snippets Groups Projects
Commit 34d456a2 authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed doc link.

parent dd0e77fc
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ cpack_add_component(ogs_gui
GROUP Applications
)
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} "DataExplorer" "OGS Data Explorer")
set(CPACK_NSIS_MENU_LINKS ${CPACK_NSIS_MENU_LINKS} "bin/DataExplorer.exe" "Data Explorer" PARENT_SCOPE)
IF(APPLE)
RETURN()
ENDIF()
......
Documentation/OpenGeoSys-Logo.bmp

78.1 KiB | W: | H:

Documentation/OpenGeoSys-Logo.bmp

86.8 KiB | W: | H:

Documentation/OpenGeoSys-Logo.bmp
Documentation/OpenGeoSys-Logo.bmp
Documentation/OpenGeoSys-Logo.bmp
Documentation/OpenGeoSys-Logo.bmp
  • 2-up
  • Swipe
  • Onion skin
......@@ -80,7 +80,7 @@ cpack_add_component(ogs_extras
)
cpack_add_component(ogs_docs
DISPLAY_NAME "OpenGeosys documentation"
DISPLAY_NAME "Documentation"
DESCRIPTION "PDF documentation."
GROUP Utilities
)
......@@ -5,13 +5,12 @@ SET(CPACK_PACKAGE_ICON ${BACKGROUND_IMAGE})
SET(CPACK_NSIS_INSTALLED_ICON_NAME ${CPACK_NSIS_MUI_ICON})
SET(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_DESCRIPTION_SUMMARY}")
SET(CPACK_NSIS_CONTACT "info@opengeosys.org")
SET(CPACK_NSIS_MODIFY_PATH ON)
SET(CPACK_NSIS_MODIFY_PATH OFF)
SET(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
SET(CPACK_NSIS_HELP_LINK "http://docs.opengeosys.org/assets/files/Documentation/User_Manual.pdf")
SET(CPACK_NSIS_MENU_LINKS
"bin/DataExplorer.exe" "Data Explorer"
"bin" "Executables folder"
"http://www.opengeosys.org" "Website"
"https://github.com/ufz/ogs" "Source code on GitHub"
"http://docs.opengeosys.org" "Documentation"
"docs" "Documentation folder"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment