新增了客户端打包成sdk的功能和服务端docker镜像打包的功能,并修复了一些问题
This commit is contained in:
@@ -1,14 +1,21 @@
|
||||
{
|
||||
"app_id": "your_app_id",
|
||||
"app_name": "Your Application",
|
||||
"app_id": "simcae",
|
||||
"app_name": "SimCAE",
|
||||
"channel": "stable",
|
||||
"api_base_url": "http://127.0.0.1:8000",
|
||||
"platform": "windows",
|
||||
"arch": "x64",
|
||||
"current_version": "1.0.0",
|
||||
"client_token": "replace_me",
|
||||
"launch_token": "replace_me",
|
||||
"request_timeout_ms": 5000,
|
||||
"client_protocol": "3",
|
||||
"launch_token": "SimCAE_Launch_Token_2026_ChangeMe_32Bytes",
|
||||
"license_key": "",
|
||||
"api_base_url": "http://YOUR_SERVER_IP:8000",
|
||||
"client_token": "SimCAEClientToken2026",
|
||||
"request_timeout_ms": "5000",
|
||||
"temp_folder": "update_temp",
|
||||
"device_id": ""
|
||||
"device_id": "",
|
||||
"main_executable": "SimCAE.exe",
|
||||
"launcher_executable": "Launcher.exe",
|
||||
"updater_executable": "Updater.exe",
|
||||
"bootstrap_executable": "Bootstrap.exe",
|
||||
"health_check_timeout_ms": "15000",
|
||||
"platform": "windows",
|
||||
"arch": "x64"
|
||||
}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"max_policy_seq": 0,
|
||||
"last_success_run_at": "",
|
||||
"last_online_verified_at": "",
|
||||
"last_success_version": ""
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"disabled_versions":[],"force_update":false,"offline_allowed":true,"policy_seq":1,"valid_until":"2099-12-31T23:59:59Z","signature":"d6982cb02d9a0c6fb6b7176961a7736dbee0decfbd5e422bd189521c72664205"}
|
||||
Reference in New Issue
Block a user