Skip to content

Publish a winget manifest for Windows installs #47

Description

@JeremySNR

Windows is where most people actually install ClipForge (the .exe accounts for the large majority of release downloads), but installing still means finding the releases page and downloading an installer.

A winget manifest would make it:

winget install ClipForge

What's involved

  • Write a manifest (version, installer, locale YAML) for the current release.
  • Submit a PR to microsoft/winget-pkgs. wingetcreate generates most of it from an installer URL.
  • Optionally add a job to .github/workflows/release.yml so wingetcreate update runs on each release and the manifest never goes stale.

Good first issue because it needs no changes to the app itself, just packaging metadata. The installer is already built and published by the release workflow.

Worth noting the app is not code-signed yet, which winget allows but which does mean a SmartScreen prompt for users.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions