This commit is contained in:
Samuel Attard 2020-11-13 14:30:01 -08:00
Родитель 19edbb0a3f
Коммит 46a3b7e94d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FB94249299E904FE
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -30,3 +30,7 @@ because it contains two apps in one.
The way `@electron/universal` works today means you don't need to worry about
things like building universal versions of your native modules. As long as
your x64 and arm64 apps work in isolation the Universal app will work as well.
#### How do I build my app for Apple silicon in the first place?
Check out the [Electron Apple silicon blog post](https://www.electronjs.org/blog/apple-silicon)