From ef7bfd3a013aae586bcb6b046de4c7f5a437bf8e Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 3 Feb 2021 22:50:47 +0100 Subject: [docs] document osx build process --- branding/templates/qtinstaller/osx-data/uninstall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'branding/templates/qtinstaller') diff --git a/branding/templates/qtinstaller/osx-data/uninstall.py b/branding/templates/qtinstaller/osx-data/uninstall.py index 7520321..d47acc5 100755 --- a/branding/templates/qtinstaller/osx-data/uninstall.py +++ b/branding/templates/qtinstaller/osx-data/uninstall.py @@ -25,7 +25,7 @@ def main(stage="uninstall"): # failure: sys.exit(1) - log.write('Checking if helper is running') + log.write('Checking if helper is running\n') if isHelperRunning(): log.write("Trying to stop bitmask-helper...\n") @@ -33,7 +33,7 @@ def main(stage="uninstall"): ok = unloadHelper() log.write("success: %s \n" % str(ok)) - log.write("Removing LaunchDaemon") + log.write("Removing LaunchDaemon\n") out = removeLaunchDaemon() log.write("result: %s \n" % str(out)) -- cgit v1.2.3