electron / electron/update-electron-app

Support Universal Apps

Open
#121 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
824
Forks
145
Avg merge
9h 22m
Merged PRs (30d)
3

Description

Currently the feed URL is constructed from [`process.arch`](https://github.com/electron/update-electron-app/blob/master/index.js#L39C68-L39C68) which doesn't offer any insight into how the app that's calling it is built. I'm not sure it's possible for the running code to determine how the app has been built.

My sense is that having a matrix of possibilities (darwin + x64, darwin + arm64, darwin + universal) to check would be worthwhile. Obviously this will also require some work in https://github.com/electron/update.electronjs.org to support it; I've filed https://github.com/electron/update.electronjs.org/issues/140 to track that.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.