mirror of https://github.com/tp4a/teleport
修正助手安装包,加入FreeRDP客户端所依赖的msvcr120.dll动态库。
parent
4c3e98d38d
commit
7e1a961bd3
|
@ -8,4 +8,4 @@ SET PYEXEC=C:\Program Files\Python\python.exe
|
|||
|
||||
|
||||
|
||||
%PYEXEC% -B build/build.py %1 %2 %3 %4 %5
|
||||
"%PYEXEC%" -B build/build.py %1 %2 %3 %4 %5
|
||||
|
|
|
@ -97,6 +97,7 @@ class BuilderWin(BuilderBase):
|
|||
utils.copy_file(os.path.join(env.root_path, 'client', 'tools', 'tprdp'), os.path.join(tmp_app_path, 'tools', 'tprdp'), 'tprdp-replay.exe')
|
||||
utils.copy_file(os.path.join(env.root_path, 'client', 'tools', 'tprdp'), os.path.join(tmp_app_path, 'tools', 'tprdp'), 'libeay32.dll')
|
||||
utils.copy_file(os.path.join(env.root_path, 'client', 'tools', 'tprdp'), os.path.join(tmp_app_path, 'tools', 'tprdp'), 'ssleay32.dll')
|
||||
utils.copy_file(os.path.join(env.root_path, 'client', 'tools', 'tprdp'), os.path.join(tmp_app_path, 'tools', 'tprdp'), 'msvcr120.dll')
|
||||
|
||||
utils.copy_file(os.path.join(env.root_path, 'client', 'tools'), os.path.join(tmp_app_path, 'tools'), 'securecrt-telnet.vbs')
|
||||
|
||||
|
|
|
@ -15,5 +15,5 @@ Build : 构建号。构建号用于表明此版本发布之前进行了多少
|
|||
|
||||
|
||||
TELEPORT_SERVER 2.2.7.3
|
||||
TELEPORT_ASSIST 2.2.5.1
|
||||
TELEPORT_ASSIST 2.2.6.1
|
||||
TELEPORT_ASSIST_REQUIRE 2.0.0.1
|
||||
|
|
Loading…
Reference in New Issue