diff options
author | kali <kali@leap.se> | 2020-10-02 21:31:04 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:47 +0200 |
commit | 8d27403228b0782e135d5c5d5d97ec54785cfae3 (patch) | |
tree | f0e535a06ebc6ecb65acf557ebfcc8fae5ed922b /Makefile | |
parent | 0a432c12feb280b72ed17714bbd3a9d518c9308a (diff) |
[pkg] osx uninstall, autolaunch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ ifeq (${PLATFORM}, darwin) @cp "${TEMPLATES}/osx/client.up.sh" ${OSX_DATA}/ @cp "${TEMPLATES}/osx/client.down.sh" ${OSX_DATA}/ @cp "${TEMPLATES}/qtinstaller/osx/post-install.py" ${OSX_DATA}/ + @cp "${TEMPLATES}/qtinstaller/osx/uninstall.py" ${OSX_DATA}/ @cp "${TEMPLATES}/qtinstaller/osx/se.leap.bitmask-helper.plist" ${OSX_DATA}/ @cp build/bin/${PLATFORM}/bitmask-helper ${OSX_DATA}/ # FIXME our static openvpn build fails with an "Assertion failed at crypto.c". Needs to be fixed!!! - kali |