mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Apple auto-update stuff, now for Windows.
This commit is contained in:
parent
b6698d8415
commit
1213073916
10 changed files with 227 additions and 730 deletions
|
@ -20,6 +20,10 @@ ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
|||
CODESIGN_CERT="Developer ID Application: ZeroTier Networks LLC (8ZD9JUCZ4V)"
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_AUTO_UPDATE),1)
|
||||
DEFS+=-DZT_AUTO_UPDATE
|
||||
endif
|
||||
|
||||
# Build with ZT_ENABLE_NETWORK_CONTROLLER=1 to build with the Sqlite network controller
|
||||
ifeq ($(ZT_ENABLE_NETWORK_CONTROLLER),1)
|
||||
DEFS+=-DZT_ENABLE_NETWORK_CONTROLLER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue