diff --git a/package.json b/package.json index d29f9a2..2832584 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,14 @@ "output": "build" }, "win": { - "target": "nsis", + "target": ["nsis", "zip"], "icon": "icon.png" }, "linux": { - "target": ["AppImage"] + "target": ["AppImage", "deb", "rpm"] + }, + "mac": { + "target": ["dmg", "zip"] } } }