From f75b1681a228b8213b00df3732d167d5d0448e71 Mon Sep 17 00:00:00 2001 From: Elysia Date: Sun, 18 Jan 2026 00:12:32 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20electron-app-univ?= =?UTF-8?q?ersal-protocol-client=20=E5=88=B0=20v2.1.1=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96=E7=9A=84?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96be9808..652ccec7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm install --build-from-source=false - name: Build Release Files run: npm run build diff --git a/package.json b/package.json index 683eda71..83aec514 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@dotenvx/dotenvx": "^1.51.4", "@vitejs/plugin-vue": "^5.0.4", "electron": "^39.2.7", - "electron-app-universal-protocol-client": "^2.1.0", + "electron-app-universal-protocol-client": "^2.1.1", "electron-builder": "^24.13.3", "typescript": "^5.4.2", "vite": "^5.1.5",