增加JAVA环境配置
增加VC运行库安装
增加检测升级功能
更新PY模块
This commit is contained in:
2022-01-05 03:12:34 +08:00
parent f3ce17779b
commit 3ece9fa803
55 changed files with 827 additions and 1776 deletions
+5 -3
View File
@@ -52,7 +52,7 @@ gm_url = http://${domain_name}:${web_port}/gm
gm_code = 123456
gm_user = test
gm_pass = test
game_back = http://${domain_name}:${web_port}/gameback
game_url = http://${domain_name}:${web_port}/gameback
game_code = 123456
game_user = test
game_pass = test
@@ -79,11 +79,11 @@ android_name_file = ${android_path}game\
tmp_android_name = ${android_path}game_tmp.apk
new_android_name = ${android_path}game_signed.apk
[pc]
[PC]
pc_path = ${GAME:client_path}pc\
pc_name = ${pc_path}pc\bin.exe
[ios]
[IOS]
ios_path = ${GAME:client_path}ios\
ios_name = ${android_path}game.ipa
@@ -92,6 +92,8 @@ apktool_path = ${GAME:tool_path}apktool\
heidisql_path = ${GAME:tool_path}HeidiSQL\heidisql.exe
notepad3_path = ${GAME:tool_path}Notepad3\Notepad3.exe
composer_path = ${GAME:tool_path}Composer\
java_path = ${GAME:tool_path}jdk-8\
msvbcrt_path = ${GAME:tool_path}Other\MSVBCRT.exe
[OTHER]
about = shileiye
BIN
View File
Binary file not shown.