summaryrefslogtreecommitdiff
path: root/osx
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-01-31 23:08:25 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2019-01-31 23:08:25 +0100
commit0fe7de180f7a0311b092bf2e31a043138a59fcf6 (patch)
tree3351d04e31518891597158e18eee52a328009dd8 /osx
parent926bb3d82eb7774872bbc606ac112cfb733f88c9 (diff)
[pkg] update osx scripts after repo rename
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