feat(workflows): add build-zip task for Electron ZIP archive and update build process to include ZIP artifact collection

This commit is contained in:
2026-01-03 20:54:33 -06:00
parent c028da2485
commit cc5b4a9f0d
4 changed files with 39 additions and 5 deletions

View File

@@ -239,6 +239,12 @@ tasks:
cmds:
- "{{.NPM}} run dist:windows"
build-zip:
desc: Build Electron ZIP archive using Electron Forge
deps: [build-frontend]
cmds:
- "{{.NPM}} run dist:zip"
build-electron-all:
desc: Build all Electron apps (Linux and Windows)
deps: [build-frontend]