编译Mac版助手,并发布3.5.6版Mac助手。

dev v3.5.6-rc4
Apex Liu 2020-08-05 02:56:57 +08:00
parent 74e38c0102
commit 8fef2fc2cd
5 changed files with 8 additions and 6 deletions

View File

@ -258,8 +258,8 @@ def make_options():
add_split('version [build every release]')
add_option('x64', 'ver', 'Update version setting')
add_split('client side')
add_option('x64', 'assist-exe', 'Assist Execute [%s]' % ctx.target_path)
add_option('x64', 'assist-installer', 'Assist Installer')
add_option('x64', 'client', 'Assist Execute [%s]' % ctx.target_path)
add_option('x64', 'client-installer', 'Assist Installer')
add_split('clear')
add_option('x86', 'clear-ext-client', 'Clear external libraries for client')
else:

View File

@ -934,6 +934,8 @@ def main():
elif command == 'ext-server':
builder.prepare_python()
builder.build_mbedtls()
builder.build_jsoncpp()
builder.build_mongoose()
builder.build_libuv()
builder.build_zlib()
builder.build_libssh()

View File

@ -187,8 +187,8 @@ class Env(object):
cc.e(' - can not locate `cmake`, so I can not build binary from source.')
elif self.is_macos:
if 'qt' in _tmp:
self.qt = _tmp['qt']
if 'qt_path' in _tmp:
self.qt = _tmp['qt_path']
else:
self.qt = None

View File

@ -31,7 +31,7 @@
<key>NSAppleEventsUsageDescription</key>
<string></string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017~2019, tp4a.com. All rights reserved.</string>
<string>Copyright © 2017~2020, tp4a.com. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -15,5 +15,5 @@
"about " = "关于 ";
"version" = "";
"app_full_name" = "Teleport助手";
"copyright" = "© 2017~2019tp4a.com。保留所有权利。";
"copyright" = "© 2017~2020tp4a.com。保留所有权利。";
"visit_tp4a_website" = "访问 Teleport 网站";