aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-19 11:16:22 +0530
committerKumar Priyansh <[email protected]>2019-06-19 11:16:22 +0530
commitffaabdc04c5508ce8537d9031656ac1b388a6433 (patch)
tree7ef00073ebfd79cc333c16be1eba87eeadab5ce6 /package.json
parentad822fab4f6186527a4dc4c2a3605213e0454f6f (diff)
downloadauthorr-ffaabdc04c5508ce8537d9031656ac1b388a6433.tar.xz
authorr-ffaabdc04c5508ce8537d9031656ac1b388a6433.zip
Mowed the front lawn, watered the plants and yes, New Icon Formats
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index 3ec1a2e..f731bed 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
"appId": "xyz.kumarpriyansh.authorr",
"productName": "Authorr",
"copyright": "Copyright © 2019 Kumar Priyansh",
+ "icon": "docs/logo/logo_small.icns",
"dmg": {
"contents": [
{
@@ -23,15 +24,13 @@
"type": "link",
"path": "/Applications"
}
- ]
+ ],
+ "icon": "docs/logo/mounted.icns"
},
"linux": {
"target": [
"deb"
]
- },
- "win": {
- "target": "NSIS"
}
},
"repository": {