chore(package): add Linux and Windows distribution scripts and update artifact naming convention for builds

This commit is contained in:
Sudo-Ivan
2026-01-02 18:35:59 -06:00
parent 2e8853aa36
commit 7dd5f5702a
2 changed files with 8 additions and 10 deletions
+2 -6
View File
@@ -138,17 +138,13 @@ tasks:
desc: Build Linux Electron app with prebuilt backend
deps: [build-frontend]
cmds:
- "{{.NPM}} run electron-postinstall"
- "{{.NPM}} run build-backend"
- "{{.NPM}} run dist -- --linux AppImage deb"
- "{{.NPM}} run dist:linux"
build-electron-windows:
desc: Build Windows Electron apps (portable and installer)
deps: [build-frontend]
cmds:
- "{{.NPM}} run electron-postinstall"
- "{{.NPM}} run build-backend"
- "{{.NPM}} run dist -- --win portable nsis"
- "{{.NPM}} run dist:windows"
build-electron-all:
desc: Build all Electron apps (Linux and Windows)