Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows package manager support? #87

Open
yoshuawuyts opened this issue Feb 2, 2023 · 1 comment
Open

windows package manager support? #87

yoshuawuyts opened this issue Feb 2, 2023 · 1 comment
Labels
feature request - new integration feature request New feature or request help wanted Extra attention is needed

Comments

@yoshuawuyts
Copy link

Related issues: #76, #23, #21

It would be amazing if cargo-dist could generate Windows Package Manifest files which can be submitted to the Winget Package Manifest Repository so they can be installed using the Windows Package Manager (winget). The recommended workflow in the docs is to use the wingetcreate (github) tool for this.

I think it should be possible to write some custom logic to generate manifests without the tool, but maybe shelling out to it could be helpful to get an MVP working? The tool also supports uploading packages to the Manifest Repository (by submitting a PR on GitHub) - will publishing to package managers be eventually in scope for cargo-dist ?

@Gankra Gankra added feature request New feature or request help wanted Extra attention is needed labels Feb 2, 2023
@Gankra
Copy link
Member

Gankra commented Feb 16, 2023

(not snubbing this, just need to get the core solid before I tackled new integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request - new integration feature request New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants