Mac icons
2
Assets/build_mac_icons.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
iconutil --convert icns macOs.iconset
|
BIN
Assets/macOs.icns
Normal file
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 679 B After Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@ -23,16 +23,10 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"appId": "net.cozic.joplin-desktop",
|
"appId": "net.cozic.joplin-desktop",
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "../../Assets/Joplin.ico",
|
"icon": "../../Assets/Joplin.ico"
|
||||||
"publish": [
|
|
||||||
"github"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"asar": false
|
"icon": "../../Assets/macOs.icns"
|
||||||
},
|
|
||||||
"linux": {
|
|
||||||
"asar": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/laurent22/joplin#readme",
|
"homepage": "https://github.com/laurent22/joplin#readme",
|
||||||
|