diff --git a/src/package.json b/src/package.json index 79037d53..f54b1fb5 100644 --- a/src/package.json +++ b/src/package.json @@ -22,6 +22,32 @@ "directories": { "buildResources": "resources", "output": "../dev" + }, + "mac": { + "target": [ + "dmg" + ] + }, + "dmg": { + "contents": [ + { + "x": 130, + "y": 220 + }, + { + "x": 410, + "y": 220, + "type": "link", + "path": "/Applications" + } + ] + }, + "linux": { + "target": [ + "deb" + ], + "category": "Development", + "maintainer": "ExpTechTW" } }, "devDependencies": { @@ -48,4 +74,4 @@ "unzipper": "^0.10.14", "ws": "^8.13.0" } -} +} \ No newline at end of file