From 7512ea714a97a7423e74aa949e6370dd860b0b74 Mon Sep 17 00:00:00 2001 From: cysamurai Date: Thu, 9 Apr 2026 17:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=96=B9=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- broadcast-client/package.json | 3 +++ call-client/package.json | 5 ++++- call-client/src-tauri/tauri.conf.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/broadcast-client/package.json b/broadcast-client/package.json index 9432671..d577310 100644 --- a/broadcast-client/package.json +++ b/broadcast-client/package.json @@ -6,6 +6,9 @@ "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", + "build:deb": "tauri build --bundles deb", + "build:appimage": "tauri build --bundles appimage", + "build:release": "npm run build:deb", "test": "vitest", "test:run": "vitest run", "preview": "vite preview", diff --git a/call-client/package.json b/call-client/package.json index 4922ad7..3f6f5b7 100644 --- a/call-client/package.json +++ b/call-client/package.json @@ -7,7 +7,10 @@ "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", - "tauri": "tauri" + "tauri": "tauri", + "tauri:build": "tauri build", + "build:deb": "npm run tauri:build -- --bundles deb", + "build:appimage": "npm run tauri:build -- --bundles appimage" }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", diff --git a/call-client/src-tauri/tauri.conf.json b/call-client/src-tauri/tauri.conf.json index 16a8d8d..2463d7e 100644 --- a/call-client/src-tauri/tauri.conf.json +++ b/call-client/src-tauri/tauri.conf.json @@ -41,7 +41,7 @@ }, "bundle": { "active": true, - "targets": ["deb", "appimage"], + "targets": ["deb"], "linux": { "deb": { "depends": []