MCPcopy Index your code
hub / github.com/UsefulSoftwareCo/executor / UpdateFileEntry

Interface UpdateFileEntry

scripts/merge-latest-mac-yml.ts:18–22  ·  view source on GitHub ↗

* Merge per-arch electron-builder update manifests into one latest-mac.yml. * * The desktop publish workflow builds mac arm64 and x64 in separate matrix * legs, and each electron-builder invocation emits its own latest-mac.yml * listing only that arch's artifacts. electron-updater clients fetch

Source from the content-addressed store, hash-verified

16 */
17
18interface UpdateFileEntry {
19 readonly url: string;
20 readonly sha512: string;
21 readonly size: number;
22}
23
24interface UpdateManifest {
25 readonly version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected