修正助手安装包,加入FreeRDP客户端所依赖的msvcr120.dll动态库。

pull/32/head
Apex Liu 2017-05-18 10:21:21 +08:00
parent 4c3e98d38d
commit 7e1a961bd3
3 changed files with 13 additions and 12 deletions

View File

@ -1,11 +1,11 @@
@echo off
rem ============================================
rem 请调整以下路径,以适配您自己的的系统环境。
rem 注意必须使用Pyhont 3.432位版本
rem ============================================
SET PYEXEC=C:\Program Files\Python\python.exe
%PYEXEC% -B build/build.py %1 %2 %3 %4 %5
@echo off
rem ============================================
rem 请调整以下路径,以适配您自己的的系统环境。
rem 注意必须使用Pyhont 3.432位版本
rem ============================================
SET PYEXEC=C:\Program Files\Python\python.exe
"%PYEXEC%" -B build/build.py %1 %2 %3 %4 %5

View File

@ -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')

View File

@ -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