- 重构加载模式
This commit is contained in:
@@ -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!(
|
||||
"[生产模式] 启动打包应用: {:?}",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user