|
| 1 | +# v0.0.9 — Release assets (manifest) |
| 2 | + |
| 3 | +Binaries are **not** stored in this git repository; they are attached to the [GitHub Release for `v0.0.9`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.9) by the [Release Desktop workflow](../../.github/workflows/release.yml). |
| 4 | + |
| 5 | +The GitHub Release also includes **documentation attachments** (same content as in-repo, stable filenames for download): |
| 6 | + |
| 7 | +| File | Source in repo | |
| 8 | +| --------------------------- | ------------------------------------- | |
| 9 | +| `okcode-CHANGELOG.md` | [CHANGELOG.md](../../../CHANGELOG.md) | |
| 10 | +| `okcode-RELEASE-NOTES.md` | [v0.0.9.md](../v0.0.9.md) | |
| 11 | +| `okcode-ASSETS-MANIFEST.md` | This file | |
| 12 | + |
| 13 | +## Published on GitHub (`v0.0.9`) |
| 14 | + |
| 15 | +These files are expected on the full-matrix `v0.0.9` release: |
| 16 | + |
| 17 | +| File | Purpose | |
| 18 | +| ---------------------------------- | --------------------------------- | |
| 19 | +| `OK-Code-0.0.9-arm64.dmg` | macOS Apple Silicon installer | |
| 20 | +| `OK-Code-0.0.9-arm64.dmg.blockmap` | macOS arm64 DMG blockmap | |
| 21 | +| `OK-Code-0.0.9-arm64.zip` | macOS arm64 updater payload | |
| 22 | +| `OK-Code-0.0.9-arm64.zip.blockmap` | macOS arm64 ZIP blockmap | |
| 23 | +| `OK-Code-0.0.9-x64.dmg` | macOS Intel installer | |
| 24 | +| `OK-Code-0.0.9-x64.dmg.blockmap` | macOS x64 DMG blockmap | |
| 25 | +| `OK-Code-0.0.9-x64.zip` | macOS x64 updater payload | |
| 26 | +| `OK-Code-0.0.9-x64.zip.blockmap` | macOS x64 ZIP blockmap | |
| 27 | +| `OK-Code-0.0.9-x86_64.AppImage` | Linux x64 AppImage | |
| 28 | +| `OK-Code-0.0.9-x64.exe` | Windows x64 installer | |
| 29 | +| `OK-Code-0.0.9-x64.exe.blockmap` | Windows differential update map | |
| 30 | +| `latest-mac.yml` | merged macOS update manifest | |
| 31 | +| `latest-linux.yml` | Linux update manifest | |
| 32 | +| `latest.yml` | Windows update manifest | |
| 33 | +| `okcode-CHANGELOG.md` | in-repo changelog attachment | |
| 34 | +| `okcode-RELEASE-NOTES.md` | in-repo release notes attachment | |
| 35 | +| `okcode-ASSETS-MANIFEST.md` | in-repo asset manifest attachment | |
| 36 | + |
| 37 | +## Checksums |
| 38 | + |
| 39 | +GitHub now exposes SHA-256 digests for uploaded release assets. Verify each asset from the release UI or `gh release view v0.0.9 --json assets`. |
0 commit comments