diff --git a/package.json b/package.json index adeba20..4fd67fb 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,16 @@ "win": { "target": "nsis", "icon": "public/favicon.ico", - "verifyUpdateCodeSignature": false + "verifyUpdateCodeSignature": false, + "artifactName": "${productName}-Setup.${ext}" + }, + "mac": { + "target": ["dmg", "zip"], + "artifactName": "${productName}-mac.${ext}" + }, + "linux": { + "target": ["AppImage", "deb"], + "artifactName": "${productName}-linux.${ext}" } } }