1111
This commit is contained in:
@@ -55,6 +55,8 @@ const APP_COMMANDS: &[&str] = &[
|
||||
];
|
||||
|
||||
fn main() {
|
||||
// 勿再用 winres:tauri-build 已写入 VERSION 资源,重复会导致 LNK1123 / CVT1100。
|
||||
// 本地版本比对优先读同目录 aiclient.version(见 zip-portable.cjs、updater engine)。
|
||||
tauri_build::try_build(
|
||||
tauri_build::Attributes::new()
|
||||
.app_manifest(tauri_build::AppManifest::new().commands(APP_COMMANDS)),
|
||||
|
||||
Reference in New Issue
Block a user