build(workflows): update npm install build-from-source flag

This commit is contained in:
Elysia
2026-01-18 00:16:09 +08:00
parent f75b1681a2
commit 5fd1b75309

View File

@@ -45,7 +45,7 @@ jobs:
- name: Install Dependencies
run: |
npm install --build-from-source=false
npm install --build-from-source=electron-app-universal-protocol-client
- name: Build Release Files
run: npm run build