diff --git a/apps/web/desktop/package.json b/apps/web/desktop/package.json index 244399711..08d119d50 100644 --- a/apps/web/desktop/package.json +++ b/apps/web/desktop/package.json @@ -101,8 +101,20 @@ }, "win": { "target": [ - "nsis", - "portable" + { + "target": "nsis", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "portable", + "arch": [ + "x64", + "arm64" + ] + } ], "icon": "assets/icons/app.ico" }, @@ -115,10 +127,20 @@ }, "linux": { "target": [ - "AppImage", - "deb", - "rpm", - "snap" + { + "target": "AppImage", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "snap", + "arch": [ + "x64", + "arm64" + ] + } ], "category": "Office", "icon": "assets/icons/app.icns",