summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-01-04 21:03:33 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-01-04 21:03:33 -0600
commit6461ccd9fc5451fe53598953da9085192e31036f (patch)
tree4eb437018fe4d962e72b4cbcd5ce465b23ff0ce9 /tools/x-win
parent45e355ced0b36d154d2406c2508db751a271c614 (diff)
use PROGRAM_NAME so the Start Menu and Uninstall entries look like Ardour/Ardour3 rather than ardour/Ardour3
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index 092b639a3e..d1366e3635 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -33,7 +33,7 @@ if test -n "$MIXBUS"; then
fi
# derived variables
-PRODUCT_ID=${PRODUCT_NAME}${PROGRAM_VERSION}
+PRODUCT_ID=${PROGRAM_NAME}${PROGRAM_VERSION}
PRODUCT_EXE=${PRODUCT_NAME}.exe
PRODUCT_ICON=${PRODUCT_NAME}.ico