diff --git a/package.json b/package.json index 022f8b03e..1e71ee42f 100644 --- a/package.json +++ b/package.json @@ -79,11 +79,32 @@ "target": "nsis" }, "linux": { - "artifactName": "${productName}_${version}.${ext}", + "artifactName": "${productName}_${arch}_${version}.${ext}", "target": [ - "deb", - "rpm", - "appImage" + { + "target": "deb", + "arch": [ + "x64", + "arm64", + "armv7l" + ] + }, + { + "target": "rpm", + "arch": [ + "x64", + "arm64", + "armv7l" + ] + }, + { + "target": "appImage", + "arch": [ + "x64", + "arm64", + "armv7l" + ] + } ], "category": "3DGraphics", "icon": "build/icon.icns"