summaryrefslogtreecommitdiff
path: root/osx
diff options
context:
space:
mode:
Diffstat (limited to 'osx')
-rw-r--r--osx/generate.py2
-rwxr-xr-xosx/scripts/preinstall2
2 files changed, 2 insertions, 2 deletions
diff --git a/osx/generate.py b/osx/generate.py
index e76a291..387830a 100644
--- a/osx/generate.py
+++ b/osx/generate.py
@@ -22,7 +22,7 @@ BUNDLE_IDENTIFIER = "se.leap.riseupvpn"
here = os.path.split(os.path.abspath(__file__))[0]
-ENTRYPOINT = 'bitmask-systray'
+ENTRYPOINT = 'bitmask-vpn'
HELPER = 'bitmask_helper'
OPENVPN = 'openvpn'
TEMPLATE_INFO = 'template-info.plist'
diff --git a/osx/scripts/preinstall b/osx/scripts/preinstall
index fc18c17..d7104e9 100755
--- a/osx/scripts/preinstall
+++ b/osx/scripts/preinstall
@@ -8,5 +8,5 @@ LOG=/tmp/bitmask-install.log
ps aux | grep [b]itmask_helper \
&& launchctl unload /Library/LaunchDaemons/se.leap.bitmask-helper.plist \
&& echo `date` ":: RiseupVPN pre-install: unloaded bitmask-helper." >> $LOG
-echo `date` ":: RiseupVPN pre-install: done." >> $LOG
+echo `date` ":: RiseupVPN pre-install: ok." >> $LOG
exit 0