Goal
Produce Linux builds (.AppImage for portable, .deb for Debian/Ubuntu users).
Why
Linux users currently locked out. The dev workflow works for them but no install path.
Acceptance
Hints
- AppImage is the easiest, no install needed by user.
- For .deb, electron-builder handles category/depends automatically.
- Test the always-on-top window flag on Wayland — has been flaky historically.
Out of scope
- Snap / Flatpak packaging.
- Arch (AUR).
Goal
Produce Linux builds (
.AppImagefor portable,.debfor Debian/Ubuntu users).Why
Linux users currently locked out. The dev workflow works for them but no install path.
Acceptance
package.jsonbuild.linuxconfigured (AppImage + deb targets).ubuntu-latestproduce both artifacts.Hints
Out of scope