mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
6afdb49c12
this will add support to winget into goreleaser. Basically, the plan is: - we generate the 3 needed yaml files - we commit them to a repo and that's it. Initially, will probably have limited options support, and will only have the default locale. ###### TODO - [x] docs - [x] review by someone who knows how this works? - [x] test install somewhere - [x] more tests maybe? - [x] PR templates via API? https://github.com/goreleaser/goreleaser/pull/4105 - [x] real project test - [x] setup goreleaser to pr to winget as well - [x] document sync fork stuff https://github.com/goreleaser/goreleaser/pull/4106 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
18 lines
655 B
YAML
18 lines
655 B
YAML
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json
|
|
PackageIdentifier: Beckersoft.doesnotmatter
|
|
PackageVersion: 1.2.1
|
|
InstallerLocale: en-US
|
|
InstallerType: zip
|
|
ReleaseDate: "2023-06-12"
|
|
Installers:
|
|
- Architecture: x64
|
|
NestedInstallerType: portable
|
|
NestedInstallerFiles:
|
|
- RelativeFilePath: foo.exe
|
|
InstallerUrl: https://dummyhost/download/v1.2.1/foo_windows_amd64v1.zip
|
|
InstallerSha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
|
UpgradeBehavior: uninstallPrevious
|
|
ManifestType: installer
|
|
ManifestVersion: 1.4.0
|