TotalRegistry
TotalRegistry copied to clipboard
Add an application installer so this can be made available to install using winget-cli
No need for an installer anymore as Winget is getting support for portable applications, like ZIP and EXE.
- https://github.com/microsoft/winget-cli/issues/140
Example for an portable .exe, same as what this project produces for releases:
- https://github.com/simonmichael/hledger/issues/1951
winget-cli#140 is for zip compressed portables only. You can check plain exes samples like nuget here: winget-pkgs/Microsoft.NuGet.installer.yaml at master · microsoft/winget-pkgs https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/NuGet/6.3.1/Microsoft.NuGet.installer.yaml
Ok, so how can you install it now? (winget, nuget, what?)
Here you go: Add TotalRegs by zhzy0077 · Pull Request #90612 · microsoft/winget-pkgs https://github.com/microsoft/winget-pkgs/pull/90612
[12-07] It's merged.