summaryrefslogtreecommitdiff
path: root/branding/templates/qtinstaller/osx
diff options
context:
space:
mode:
Diffstat (limited to 'branding/templates/qtinstaller/osx')
-rwxr-xr-xbranding/templates/qtinstaller/osx/post-install.py5
-rw-r--r--branding/templates/qtinstaller/osx/se.leap.bitmask-helper.plist6
2 files changed, 8 insertions, 3 deletions
diff --git a/branding/templates/qtinstaller/osx/post-install.py b/branding/templates/qtinstaller/osx/post-install.py
index 32b4780..18059aa 100755
--- a/branding/templates/qtinstaller/osx/post-install.py
+++ b/branding/templates/qtinstaller/osx/post-install.py
@@ -1,5 +1,10 @@
#!/usr/bin/env python
+# Post installation script for BitmaskVPN.
+# Please note that this installation will install ONE single helper with administrative privileges.
+# This means that, for the time being, you can only install ONE of the BitmaskVPN derivatives at the same time.
+# This might change in the future.
+
import os
import shutil
import sys
diff --git a/branding/templates/qtinstaller/osx/se.leap.bitmask-helper.plist b/branding/templates/qtinstaller/osx/se.leap.bitmask-helper.plist
index c9d9687..c333aba 100644
--- a/branding/templates/qtinstaller/osx/se.leap.bitmask-helper.plist
+++ b/branding/templates/qtinstaller/osx/se.leap.bitmask-helper.plist
@@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>WorkingDirectory</key>
- <string>/tmp</string>
+ <string>PATH</string>
<key>StandardOutPath</key>
- <string>bitmask-helper.log</string>
+ <string>PATH/helper/bitmask-helper.log</string>
<key>StandardErrorPath</key>
- <string>bitmask-helper-err.log</string>
+ <string>PATH/helper/bitmask-helper-err.log</string>
<key>GroupName</key>
<string>daemon</string>
<key>RunAtLoad</key>