diff --git a/package.json b/package.json index 196bd47f..e5e9f23b 100644 --- a/package.json +++ b/package.json @@ -73,10 +73,34 @@ "category": "Network", "maintainer": "vendicated+vesktop@riseup.net", "target": [ - "deb", - "tar.gz", - "rpm", - "AppImage" + { + "target": "deb", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "tar.gz", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "rpm", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "AppImage", + "arch": [ + "x64", + "arm64" + ] + } ], "desktop": { "Name": "Vesktop",