- 重构加载模式

This commit is contained in:
Pine
2026-05-30 13:04:03 +08:00
parent d2cddb7ec3
commit b8debfcd46
4 changed files with 71 additions and 5 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ pub fn run() {
} else {
"geo_tool_app"
};
let exe_path = resource_dir.join("_up_").join("dist").join(exe_name);
let exe_path = resource_dir.join("_up_").join("dist_python").join(exe_name);
log::info!(
"[生产模式] 启动打包应用: {:?}",
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.1.0",
"identifier": "com.pinesound.geo-tool",
"build": {
"frontendDist": "http://localhost:8501",
"frontendDist": "../frontend",
"devUrl": "http://localhost:8501"
},
"app": {