You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,10 @@ In any cases the following 2 steps should be done before using project :
20
20
1. Generate an access token on your GitHub account to be able to run [Komac](https://github.com/russellbanks/Komac).
21
21
2. Create a fork from [winget-pkgs](https://github.com/microsoft/winget-pkgs) to handle your pull requests for manifests - Also take care to validate all requirements to be able to contribute to Microsoft repositories.
22
22
23
-
If you want to use the existing docker image (**<spanstyle="color: green">recommended</span>**) or use the dockerfile to build image then you can skip the other depedencies.
23
+
If you want to use the existing docker image (recommended) or use the dockerfile to build image then you can skip the other depedencies.
24
24
25
-
If you want to test the script localy then you need to be on Linux or WSL if using Windows (as this is an sh script) and to install the following distribution dependencies :
25
+
26
+
If you want to test the script localy (useful for debug) then you need to be on Linux or WSL if using Windows (as this is an sh script) and to install the following distribution dependencies :
The update_manifest.sh basically takes the exact same parameters as the docker.
62
-
-`<MAINTAINER_REPO>` : The GitHub project where your winget-pkgs fork is located, in the format *githubName/winget-pkgs-fork*.
63
-
-`<PUBLISHER_REPO>` : The GitHub project where the package releases are located, in the format *githubName/project_name*.
64
-
-`<WINGET_PACKAGE>`: The name of the package (as declared in winget manifest) that you want to track and update, in the format *Publisher.PackageName*.
65
-
-`<GIT_TOKEN>`: Your PAT for your GitHub account with the winget-pkgs fork.
66
-
- (opt) `<MODE>` : a mode string to know if you want to track only for upcomming releases (default) or if you want to also create manifest for all past releases (use value *full*).
0 commit comments