mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Set application name correctly, mac version now executes helper on startup if needed.
This commit is contained in:
parent
bf02c6661a
commit
14b0639181
2 changed files with 23 additions and 10 deletions
|
@ -8,7 +8,7 @@ QT += core gui
|
|||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = ZeroTierUI
|
||||
TARGET = "ZeroTier One"
|
||||
TEMPLATE = app
|
||||
|
||||
# ZeroTier One must be built before building this, since it links in the
|
||||
|
@ -25,7 +25,7 @@ HEADERS += mainwindow.h \
|
|||
aboutwindow.h \
|
||||
../node/Node.hpp \
|
||||
../node/Utils.hpp \
|
||||
../node/Defaults.hpp
|
||||
../node/Defaults.hpp
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
network.ui \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue