summaryrefslogtreecommitdiff
path: root/branding
diff options
context:
space:
mode:
authorkali <kali@leap.se>2021-02-03 22:50:47 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-08 23:32:20 +0100
commitef7bfd3a013aae586bcb6b046de4c7f5a437bf8e (patch)
tree0d795ab3dc6e533a55954f69b7328a23f918717c /branding
parent44c69b1e73aa1d408f8b0567bd5d910728e31c3c (diff)
[docs] document osx build process
Diffstat (limited to 'branding')
-rwxr-xr-xbranding/templates/qtinstaller/osx-data/uninstall.py4
1 files changed, 2 insertions, 2 deletions
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))