* 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
| 16 | */ |
| 17 | |
| 18 | interface UpdateFileEntry { |
| 19 | readonly url: string; |
| 20 | readonly sha512: string; |
| 21 | readonly size: number; |
| 22 | } |
| 23 | |
| 24 | interface UpdateManifest { |
| 25 | readonly version: string; |
nothing calls this directly
no outgoing calls
no test coverage detected