Skip to content

Commit

Permalink
Merge pull request #330: Adding /AUTOUPDATE switch to winget manifest…
Browse files Browse the repository at this point in the history
… template

Adding the `/AUTOUPDATE` flag to our winget manifest template. This will ensure microsoft/git users get a toast notification when new versions of the tool are available.

Although this passed the `winget validate` test, it's tough to do more to validate this change until we have an official release of microsoft/git with this flag in the wild, so planning to let this PR sit open until I can verify this does what we expect it to do.
  • Loading branch information
derrickstolee authored May 4, 2021
2 parents 37373c9 + 0fd7ce6 commit 8322725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-winget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
InstallerUrl: {{url}}
InstallerType: inno
InstallerSha256: {{sha256}}
InstallerSwitches:
Custom: "/AUTOUPDATE"
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0
Expand Down

0 comments on commit 8322725

Please sign in to comment.