File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,25 @@ Use LinqPad on `generate files.linq` to generate the 3 yaml files.
1313Add the 3 new yaml files to the soluton in the "winget-pkgs" folder
1414
1515## Verify : Validate
16- Do a ` winget validate --manifest {version} `
16+ Do a ` winget validate --manifest <path> `
1717
1818## Upload
1919Create the new version (tag) and upload 'zip' to https://github.com/StefH/GitHubReleaseNotes/releases
2020
21- ### Verify Install + Uninstall
22- Do a ` winget install --manifest {version} `
23- Do a ` winget uninstall --manifest {version} `
21+ ## Verify Install + Uninstall
22+ Do a ` winget install --manifest <path> `
23+
24+ Do a ` winget uninstall --manifest <path> `
2425
2526## winget-pkgs
2627Create a PR with the new {version}.yaml in https://github.com/StefH/winget-pkgs
2728
2829Use the "." key on GitHub StefH/winget-pkgs to start VS Code and create a folder + add 3 yamls.
2930
3031
32+ :memo : ` <path> ` is the name of the directory containing the manifest you're submitting.
3133
32- --------------------------------
33-
34+ --------------------------------------------------------------------------------------------------------------------------------
3435
3536# HowTo - WinGet
3637
You can’t perform that action at this time.
0 commit comments