Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 3.39 KB

File metadata and controls

57 lines (40 loc) · 3.39 KB

v0.26.2 — Release assets (manifest)

Binaries are not stored in this git repository; they are attached to the GitHub Release for v0.26.2 by the Release workflow.

The GitHub Release also includes documentation attachments (same content as in-repo, stable filenames for download):

File Source in repo
okcode-CHANGELOG.md CHANGELOG.md
okcode-RELEASE-NOTES.md v0.26.2.md
okcode-ASSETS-MANIFEST.md This file

After the workflow completes, expect installer and updater artifacts similar to the following (exact names may include the product name OK Code and version 0.26.2).

Desktop installers and payloads

Platform Kind Typical pattern
macOS Apple Silicon DMG (signed) *.dmg (arm64)
macOS Intel DMG (signed) *.dmg (x64)
macOS ZIP (updater) *.zip
Linux x64 AppImage *.AppImage
Windows x64 NSIS installer *.exe

macOS code signing and notarization

All macOS DMG and ZIP payloads are code-signed with an Apple Developer ID certificate and notarized via the Apple notarization service. Gatekeeper will verify the signature on first launch. The hardened runtime is enabled with entitlements defined in apps/desktop/resources/entitlements.mac.plist.

Electron updater metadata

File Purpose
latest-mac.yml macOS update manifest (merged from per-arch builds in CI)
latest-linux.yml Linux update manifest
latest.yml Windows update manifest
*.blockmap Differential download block maps

iOS (TestFlight)

The iOS build is uploaded directly to App Store Connect / TestFlight by the separately dispatched Release iOS workflow. No IPA artifact is attached to the GitHub Release.

Detail Value
Bundle ID com.openknots.okcode.mobile
Marketing version 0.26.2
Build number Set from GITHUB_RUN_NUMBER at build time

Checksums

SHA-256 checksums are not committed here; verify downloads via GitHub's release UI or gh release download if you use the GitHub CLI.

Operational references

File Purpose
rollout-checklist.md Step-by-step release playbook from preflight through post-release
soak-test-plan.md Structured release validation for the highest-risk surfaces