aboutsummaryrefslogtreecommitdiff
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
parentad822fab4f6186527a4dc4c2a3605213e0454f6f (diff)
downloadauthorr-ffaabdc04c5508ce8537d9031656ac1b388a6433.tar.xz
authorr-ffaabdc04c5508ce8537d9031656ac1b388a6433.zip
Mowed the front lawn, watered the plants and yes, New Icon Formats
-rw-r--r--docs/logo/mounted.icnsbin0 -> 148234 bytes
-rw-r--r--docs/logo/mounted.pngbin0 -> 191165 bytes
-rw-r--r--package.json7
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/logo/mounted.icns b/docs/logo/mounted.icns
new file mode 100644
index 0000000..2e41534
--- /dev/null
+++ b/docs/logo/mounted.icns
Binary files differ
diff --git a/docs/logo/mounted.png b/docs/logo/mounted.png
new file mode 100644
index 0000000..79db2af
--- /dev/null
+++ b/docs/logo/mounted.png
Binary files differ
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": {