summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-01 23:33:44 +0100
committerRobin Gareus <robin@gareus.org>2017-02-01 23:33:44 +0100
commitf4261f26a956005557b15aecb48cdda73206cab8 (patch)
tree91e367b23d15b60f6981a498cf76a29a387ba993 /tools
parent2721f2fc249f591a3c629add5793186e75323ffe (diff)
update link to MB manual
Diffstat (limited to 'tools')
-rwxr-xr-xtools/x-win/package.sh4
1 files changed, 3 insertions, 1 deletions
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