diff --git a/electron-builder.json b/electron-builder.json index 6d40d983..77adc94e 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -21,19 +21,22 @@ { "target": "deb", "arch": [ - "x64" + "x64", + "arm64" ] }, { "target": "AppImage", "arch": [ - "x64" + "x64", + "arm64" ] }, { "target": "rpm", "arch": [ - "x64" + "x64", + "arm64" ] }, {