1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Mac icons

This commit is contained in:
Laurent Cozic 2017-11-16 12:20:25 +00:00
parent 82674e8bdb
commit 96a2aa6ad8
8 changed files with 4 additions and 8 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
iconutil --convert icns macOs.iconset

BIN
Assets/macOs.icns Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 679 B

After

Width:  |  Height:  |  Size: 679 B

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -23,16 +23,10 @@
"build": {
"appId": "net.cozic.joplin-desktop",
"win": {
"icon": "../../Assets/Joplin.ico",
"publish": [
"github"
]
"icon": "../../Assets/Joplin.ico"
},
"mac": {
"asar": false
},
"linux": {
"asar": false
"icon": "../../Assets/macOs.icns"
}
},
"homepage": "https://github.com/laurent22/joplin#readme",