diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-19 11:16:22 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-19 11:16:22 +0530 |
| commit | ffaabdc04c5508ce8537d9031656ac1b388a6433 (patch) | |
| tree | 7ef00073ebfd79cc333c16be1eba87eeadab5ce6 | |
| parent | ad822fab4f6186527a4dc4c2a3605213e0454f6f (diff) | |
| download | authorr-ffaabdc04c5508ce8537d9031656ac1b388a6433.tar.xz authorr-ffaabdc04c5508ce8537d9031656ac1b388a6433.zip | |
Mowed the front lawn, watered the plants and yes, New Icon Formats
| -rw-r--r-- | docs/logo/mounted.icns | bin | 0 -> 148234 bytes | |||
| -rw-r--r-- | docs/logo/mounted.png | bin | 0 -> 191165 bytes | |||
| -rw-r--r-- | package.json | 7 |
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/logo/mounted.icns b/docs/logo/mounted.icns Binary files differnew file mode 100644 index 0000000..2e41534 --- /dev/null +++ b/docs/logo/mounted.icns diff --git a/docs/logo/mounted.png b/docs/logo/mounted.png Binary files differnew file mode 100644 index 0000000..79db2af --- /dev/null +++ b/docs/logo/mounted.png 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": { |
