diff --git a/electron/package.json b/electron/package.json index ecf01761..48e42e09 100644 --- a/electron/package.json +++ b/electron/package.json @@ -34,6 +34,9 @@ "mac": { "artifactName": "${productName}.${version}.${platform}-${arch}.${ext}" }, + "linux": { + "target": "AppImage" + }, "win": { "target": "NSIS", "icon": "build/icon.ico",