Skip to content

Commit f29d9aa

Browse files
committed
docs: notes on submitting winpkg update
1 parent 1e7a032 commit f29d9aa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

build/README_WINPKG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)