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