From 4a4b6b46f84c28640c711655f4f3c339ccf8fbba Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 19 Feb 2021 12:20:55 +0100 Subject: [pkg] improve osx installer - install into global /Applications - document how to troubleshoot helper - uninstall app is visible on top-level folder - improve detection of running processes for old and new binaries - Closes: #441 - Closes: #445 - Closes: #435 --- branding/scripts/gen-qtinstaller | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'branding/scripts') diff --git a/branding/scripts/gen-qtinstaller b/branding/scripts/gen-qtinstaller index 04ecaf7..9be097d 100755 --- a/branding/scripts/gen-qtinstaller +++ b/branding/scripts/gen-qtinstaller @@ -14,12 +14,12 @@ from provider import getProviderData OS_CONFIG = { 'osx': """ - @ApplicationsDir@/$APPNAME.app + /Applications/$APPNAME $APPNAME.app open Start $APPNAME now! - @TargetDir@ + @TargetDir@/$APPNAME.app mac -- cgit v1.2.3