From 712ed1919f2e99e3bb0fb057e2fe366e17c5c545 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 21 Jan 2026 23:29:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=E6=A1=8C?= =?UTF-8?q?=E9=9D=A2=E7=AB=AF=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE=E4=B8=8E?= =?UTF-8?q?=E4=BA=8C=E8=BF=9B=E5=88=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加桌面端构建配置文件 - 将外部二进制文件路径从 `binaries/app` 更改为 `binaries/server`。 --- apps/desktop/build.ts | 0 apps/desktop/src-tauri/tauri.conf.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 apps/desktop/build.ts diff --git a/apps/desktop/build.ts b/apps/desktop/build.ts new file mode 100644 index 0000000..e69de29 diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 8c0aa7a..ebc12f1 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -20,6 +20,6 @@ "icons/icon.icns", "icons/icon.ico" ], - "externalBin": ["binaries/app"] + "externalBin": ["binaries/server"] } }