From f4261f26a956005557b15aecb48cdda73206cab8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 1 Feb 2017 23:33:44 +0100 Subject: update link to MB manual --- tools/x-win/package.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/x-win') diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index a0f8634440..9ea072e585 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -44,6 +44,7 @@ while [ $# -gt 0 ] ; do PROGRAM_NAME=Mixbus PROGRAM_KEY=Mixbus PRODUCT_NAME=mixbus + MANUAL_NAME="mixbus${major_version}-live-manual" shift ;; --mixbus32c) MIXBUS=1 @@ -53,6 +54,7 @@ while [ $# -gt 0 ] ; do PROGRAM_KEY=Mixbus32C PROGRAM_NAME=Mixbus32C-${PROGRAM_VERSION} PROGRAM_VERSION="" + MANUAL_NAME="mixbus32c-${major_version}-live-manual" shift ;; --chanstrip) HARRISONCHANNELSTRIP=$2 ; shift; shift ;; esac @@ -371,7 +373,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://harrisonconsoles.com/site/${PRODUCT_NAME}-info.html" +!define MUI_FINISHPAGE_LINK_LOCATION "http://www.harrisonconsoles.com/mixbus/${MANUAL_NAME}/" !define MUI_FINISHPAGE_NOREBOOTSUPPORT EOF -- cgit v1.2.3