mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Update installer, etc., for Mac.
This commit is contained in:
parent
c175a5fcd7
commit
24017659df
2 changed files with 7 additions and 120 deletions
|
@ -69,12 +69,12 @@ one: $(OBJS) service/OneService.o one.o
|
|||
ln -sf zerotier-one zerotier-idtool
|
||||
ln -sf zerotier-one zerotier-cli
|
||||
$(CODESIGN) -f -s $(CODESIGN_APP_CERT) zerotier-one
|
||||
$(CODESIGN) -vvv zerotier-one
|
||||
#$(CODESIGN) -vvv zerotier-one
|
||||
|
||||
macui: FORCE
|
||||
cd macui && xcodebuild -target "ZeroTier One" -configuration Release
|
||||
$(CODESIGN) -f -s $(CODESIGN_APP_CERT) "macui/build/Release/ZeroTier One.app"
|
||||
$(CODESIGN) -vvv "macui/build/Release/ZeroTier One.app"
|
||||
#$(CODESIGN) -vvv "macui/build/Release/ZeroTier One.app"
|
||||
|
||||
cli: FORCE
|
||||
$(CXX) $(CXXFLAGS) -o zerotier cli/zerotier.cpp osdep/OSUtils.cpp node/InetAddress.cpp node/Utils.cpp node/Salsa20.cpp node/Identity.cpp node/SHA512.cpp node/C25519.cpp -lcurl
|
||||
|
@ -94,7 +94,7 @@ mac-dist-pkg: FORCE
|
|||
# For ZeroTier, Inc. to build official signed packages
|
||||
official: FORCE
|
||||
make clean
|
||||
make ZT_OFFICIAL_RELEASE=1 -j 4 one
|
||||
make ZT_OFFICIAL_RELEASE=1 -j 4 one macui
|
||||
make ZT_OFFICIAL_RELEASE=1 mac-dist-pkg
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue