winget-create
winget-create copied to clipboard
The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
### Brief description of your issue Hey folks, When running `wingetcreate new` and supplying an installer URL from a release on GitHub, then trying to accept the parsed PackageIdentifier name...
### Brief description of your issue wingetcreate new asks for same info twice. PackageIdentifier, Publisher and PackageName It only needs to ask for the publisher name and the package name...
### Brief description of your issue When I run `wingetcreate new` and paste in the `InstallerUrls` value and press enter, wingetcreate needs me to press ENTER twice to continue. ###...
### Brief description of your issue using: wingetcreate update -s CudaText.CudaText -u "https://master.dl.sourceforge.net/project/cudatext/release/1.220.0.4/cudatext-windows-amd64-1.220.0.4.zip?viasf=1|X64" "https://master.dl.sourceforge.net/project/cudatext/release/1.220.0.4/cudatext-windows-i386-1.220.0.4.zip?viasf=1|X86" --version 1.220.0.4 results in: Retrieving latest manifest for CudaText.CudaText Overriding https://master.dl.sourceforge.net/project/cudatext/release/1.220.0.4/cudatext-windows-amd64-1.220.0.4.zip?viasf=1 with architecture X64 Overriding https://master.dl.sourceforge.net/project/cudatext/release/1.220.0.4/cudatext-windows-i386-1.220.0.4.zip?viasf=1...
### Brief description of your issue `wingetcreate update/new` does not work when additional architecture are added for a package ### Steps to reproduce Update ``` wingetcreate update --out $env:TEMP -t...
### Description of the new feature / enhancement We have been using winget-create quite a while successfully inside github-actions on windows runners. But for some reason it's now failing, because...
### Description of the new feature / enhancement Implement a GnuWin32.Wget simular to the GnuWIn32.Tar command but for *nix wget ### Proposed technical implementation details There is an issue as...
### Description of the new feature / enhancement In [this PR](https://github.com/microsoft/winget-pkgs/pull/214232), the `DisplayVersion` matched the `PackageVersion`, requiring the user to manually modify the manifest. The `DisplayVersion` should be omitted if...
### Description of the new feature / enhancement - Continued from https://github.com/microsoft/winget-create/discussions/568 The idea is to add the ability to set a custom md or text to PR body on...
### Brief description of your issue wingetcreate.exe fails to update manifest ### Steps to reproduce Run `wingetcreate.exe update Cilium.CiliumCLI -s -v 0.16.20 -u https://github.com/cilium/cilium-cli/releases/download/v0.16.20/cilium-windows-amd64.zip https://github.com/cilium/cilium-cli/releases/download/v0.16.20/cilium-windows-arm64.zip -t $($env:WINGET_PAT)` ### Expected behavior...