summaryrefslogtreecommitdiff
path: root/osx/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'osx/scripts')
-rwxr-xr-xosx/scripts/postinstall2
-rw-r--r--osx/scripts/se.leap.bitmask-helper.plist2
2 files changed, 2 insertions, 2 deletions
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 @@
<key>Label</key>
<string>se.leap.BitmaskHelper</string>
<key>Program</key>
- <string>/Applications/RiseupVPN.app/Contents/MacOS/bitmask-helper</string>
+ <string>/Applications/RiseupVPN.app/Contents/MacOS/bitmask_helper</string>
</dict>
</plist>