package.json's electron-builder config already has win (nsis) and linux (AppImage) targets defined, but release.yml only builds macOS (Intel + Apple Silicon).
Decision needed
- If cross-platform is a goal: wire up
windows-latest/ubuntu-latest matrix jobs in release.yml (similar structure to what watchme's workflow does), test the app actually runs there (native file dialogs, trash behavior via shell.trashItem, path handling)
- If macOS-only is the actual target audience: remove the unused
win/linux build config from package.json to avoid confusion for future contributors
Either way, this should be a deliberate choice rather than leftover config nobody's using.
package.json'selectron-builderconfig already haswin(nsis) andlinux(AppImage) targets defined, butrelease.ymlonly builds macOS (Intel + Apple Silicon).Decision needed
windows-latest/ubuntu-latestmatrix jobs inrelease.yml(similar structure to whatwatchme's workflow does), test the app actually runs there (native file dialogs, trash behavior viashell.trashItem, path handling)win/linuxbuild config frompackage.jsonto avoid confusion for future contributorsEither way, this should be a deliberate choice rather than leftover config nobody's using.