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": {
|
||||
"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",
|
||||
|