introduce linux arm64 support

This commit is contained in:
Дамјан Георгиевски
2019-08-15 01:50:47 +02:00
committed by GitHub
parent 85c6816c23
commit b8f7880a78

View File

@@ -175,7 +175,7 @@ const linux = {
platform: 'linux',
// Build ia32 and x64 binaries.
arch: ['ia32', 'x64']
arch: ['ia32', 'x64', 'arm64']
// Note: Application icon for Linux is specified via the BrowserWindow `icon` option.
}