From 7d54e7dfd073c5f8a90a7055fd99d5dccb5277b6 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 5 Jul 2018 00:17:26 +0200 Subject: [pkg] get openvpn for osx for now I'm skipping the integration of the build step for openvpn. this is done manually, using the thirdparty scripts in bitmask-dev, and uploaded periodically to downloads.leap.se --- osx/scripts/postinstall | 2 +- osx/scripts/se.leap.bitmask-helper.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'osx/scripts') diff --git a/osx/scripts/postinstall b/osx/scripts/postinstall index 88ce4af..93c5a5a 100755 --- a/osx/scripts/postinstall +++ b/osx/scripts/postinstall @@ -5,7 +5,7 @@ LOG=/tmp/bitmask-install.log -chmod +x /Applications/RiseupVPN.app/Contents/MacOS/bitmask-helper +chmod +x /Applications/RiseupVPN.app/Contents/MacOS/bitmask_helper cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/ \ && echo `date` ":: RiseupVPN post-install: copied bitmask-helper Plist." >> $LOG launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist && echo `date` ":: RiseupVPN post-install: loaded bitmask-helper." >> $LOG diff --git a/osx/scripts/se.leap.bitmask-helper.plist b/osx/scripts/se.leap.bitmask-helper.plist index 9af802b..4fc250a 100644 --- a/osx/scripts/se.leap.bitmask-helper.plist +++ b/osx/scripts/se.leap.bitmask-helper.plist @@ -21,6 +21,6 @@ Label se.leap.BitmaskHelper Program - /Applications/RiseupVPN.app/Contents/MacOS/bitmask-helper + /Applications/RiseupVPN.app/Contents/MacOS/bitmask_helper -- cgit v1.2.3