From c342be45c2cc12211a201baddd0768caa7b2b91a Mon Sep 17 00:00:00 2001 From: Elysia Date: Sun, 18 Jan 2026 00:18:00 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=20electron-app-universal-protocol-client=20=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E5=AE=89=E8=A3=85=EF=BC=8C=E6=94=B9=E4=B8=BA=E9=80=9A=E8=BF=87?= =?UTF-8?q?=20devDependencies=20=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 ++- package.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47a89b3d..1415d2ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,8 @@ jobs: - name: Install Dependencies run: | - npm install --build-from-source=electron-app-universal-protocol-client + npm install + npm install -D electron-app-universal-protocol-client - name: Build Release Files run: npm run build diff --git a/package.json b/package.json index 83aec514..ad43d710 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "@dotenvx/dotenvx": "^1.51.4", "@vitejs/plugin-vue": "^5.0.4", "electron": "^39.2.7", - "electron-app-universal-protocol-client": "^2.1.1", "electron-builder": "^24.13.3", "typescript": "^5.4.2", "vite": "^5.1.5",