Jeff Becker
ca5df6436a
add initial uninstaller code that is horrible
2020-11-17 19:22:19 -04:00
Jeff Becker
41311c020a
preflight -> preinstall
2020-11-17 19:22:19 -04:00
Jeff Becker
0afe9f0138
update packaging for macos add preinstall script that nukes any existing lokinet make uninstaller revert dns to "empty" make cpack use preinstall script in pkg file
2020-11-17 19:22:19 -04:00
Jason Rhinelander
62a90f4c82
macos package fixes for 0.3.0
...
- bumps deployment target to 10.15 because earlier versions don't
support C++17.
- remove double-include of installer.cmake
- use new static dep lokinet build system
- replace lokinetctl with lokinet-vpn
2020-10-07 12:51:26 -03:00
Stephen Shelton
67f023cf8a
Use install(PROGRAMS... instead of isntall(FILES...
2020-04-21 17:37:10 -06:00
Stephen Shelton
0b1c57f650
Include macos uninstall script
2020-04-21 00:28:27 -03:00
Jason Rhinelander
9f208d2b6c
Pass CMAKE_PREFIX_PATH through to lokinet-gui
...
Needed to build against the right Qt
2020-04-20 21:51:01 -03:00
Jason Rhinelander
216b807cb3
Notarize has an "a" in it
2020-04-20 00:28:32 -03:00
Jason Rhinelander
8d74407d11
codesigning and notarization
...
Codesigns and notarizes the package. Requires a bunch of stuff to
actually get this working. (see contrib/macos-signing.txt).
I'm currently also building with
-DLOKINET_GUI_REPO=https://github.com/jagerman/loki-network-control-panel.git -DLOKINET_GUI_CHECKOUT=cmake
because it needs the camke-ification PR for the control panel to
properly sign everything there.
2020-04-19 23:18:48 -03:00
Jason Rhinelander
daf0174e53
Change mac install prefix to /opt/lokinet
...
/usr/local is probably going to get stomped on by homebrew.
2020-04-19 23:18:48 -03:00
Jason Rhinelander
93311fbc99
Build lokinet-gui with ExternalProject
...
Also installs it without the extra hack by specifying ../../Applications
for the destination. (This definitely feels kind of nasty, but it works).
2020-04-19 23:16:23 -03:00
Stephen Shelton
c20d5b186d
Bundle gui in mac installer
2020-04-19 23:16:23 -03:00
Stephen Shelton
dd3121d8ac
MacOS installer / runtime nonsense
2020-04-19 23:16:23 -03:00
Jeff Becker
31f74b5ffb
macos post install script that bootstraps, generates configs and registers plist
2020-04-19 23:16:23 -03:00
Jeff Becker
9428689939
fix up cpack for macos
2020-04-03 10:14:19 -04:00
Jeff Becker
aae260fbea
more macos installer bits
2020-04-02 11:53:14 -04:00