We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7a032 commit f29d9aaCopy full SHA for f29d9aa
build/README_WINPKG.md
@@ -0,0 +1,19 @@
1
+# Instructions to submit a new release to winpkg
2
+
3
+Download the latest `CJIT_installer.exe` and note the version.
4
5
+Run `./build/winpkg-update.sh` with `CJIT_installer.exe` as file and version string.
6
7
+This will generate the new manifest in `manifest/`.
8
9
+Then validate the manifest:
10
11
+```
12
+winget validate --manifest manifests/d/Dyne/CJIT/X.X.X/
13
14
15
+Then use wingetcreate to submit the update:
16
17
18
+wingetcreate submit --prtitle "New Version: Dyne.CJIT version X.X.X" manifests/d/Dyne/CJIT/X.X.X/
19
0 commit comments