Skip to content

Decide on Windows/Linux build support #11

Description

@killerwolf

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions