diff options
author | kali <kali@leap.se> | 2021-02-03 22:50:47 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-02-08 23:32:20 +0100 |
commit | ef7bfd3a013aae586bcb6b046de4c7f5a437bf8e (patch) | |
tree | 0d795ab3dc6e533a55954f69b7328a23f918717c /branding | |
parent | 44c69b1e73aa1d408f8b0567bd5d910728e31c3c (diff) |
[docs] document osx build process
Diffstat (limited to 'branding')
-rwxr-xr-x | branding/templates/qtinstaller/osx-data/uninstall.py | 4 |
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)) |