summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-09-15 13:48:45 +0200
committerRobin Gareus <robin@gareus.org>2016-09-15 14:01:43 +0200
commit60777d580471df78df200ce9f10199dc5d8fd963 (patch)
tree75cb3f0dad0a189f8a7c82f6c616a11c6281b930 /tools
parentff53fa9806d4359154e8eaa55cc320b77c6e73f5 (diff)
Fix links to manual in windows installer
Diffstat (limited to 'tools')
-rwxr-xr-xtools/x-win/package.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index fdcd54584c..9f2f7ee19e 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -356,7 +356,7 @@ if test -n "$MIXBUS"; then
!define MUI_FINISHPAGE_TITLE "Welcome to Harrison Mixbus"
!define MUI_FINISHPAGE_TEXT "Thanks for your purchase of Mixbus!\$\\r\$\\nYou will find the Mixbus application in the Start Menu (or the All Apps panel for Windows 8) \$\\r\$\\nClick the link below to view the Mixbus manual, and learn ways to get involved with the Mixbus community."
!define MUI_FINISHPAGE_LINK "Mixbus Manual"
-!define MUI_FINISHPAGE_LINK_LOCATION "http://www.harrisonconsoles.com/mixbus/mixbus3-live-manual"
+!define MUI_FINISHPAGE_LINK_LOCATION "http://harrisonconsoles.com/site/${PRODUCT_NAME}-info.html"
!define MUI_FINISHPAGE_NOREBOOTSUPPORT
EOF
@@ -365,8 +365,8 @@ else
cat >> $NSISFILE << EOF
!define MUI_FINISHPAGE_TITLE "Welcome to Ardour"
!define MUI_FINISHPAGE_TEXT "This windows versions or Ardour is provided as-is.\$\\r\$\\nThe Ardour community currently has no expertise in supporting windows users, and there are no developers focusing on windows specific issues either.\$\\r\$\\nIf you like Ardour, please consider helping out."
-!define MUI_FINISHPAGE_LINK "Ardour on Windows"
-!define MUI_FINISHPAGE_LINK_LOCATION "http://ardour.org/windows.html"
+!define MUI_FINISHPAGE_LINK "Ardour Manual"
+!define MUI_FINISHPAGE_LINK_LOCATION "http://manual.ardour.org/"
#this would run as admin - see http://forums.winamp.com/showthread.php?t=353366
#!define MUI_FINISHPAGE_RUN "\$INSTDIR\\bin\\${PRODUCT_EXE}"
!define MUI_FINISHPAGE_NOREBOOTSUPPORT