summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-23 18:25:11 +0200
committerRobin Gareus <robin@gareus.org>2015-04-23 18:25:24 +0200
commit33d05fd7e8334580057575fbf63cb143992dd185 (patch)
tree558227b5ce71f88c81e6202e8ba3ff968121f8b5 /tools/x-win
parentf75518582598ec6044d8c43f97cafc28d5f1d9b5 (diff)
update windows installer finish page text & link
Diffstat (limited to 'tools/x-win')
-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 f18af6d9fb..3c9e8b33f5 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -298,9 +298,9 @@ 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 Manual"
-!define MUI_FINISHPAGE_LINK_LOCATION "http://manual.ardour.org"
+!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"
#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