build: 更新 electron-app-universal-protocol-client 到 v2.1.1,并修改安装依赖的构建选项

This commit is contained in:
Elysia
2026-01-18 00:12:32 +08:00
parent 141315f362
commit f75b1681a2
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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",