mirror of
https://github.com/wulkano/Kap.git
synced 2026-03-13 08:11:29 +08:00
Improve the look of the DMG (#175)
Makes the icons larger and the distance to drag shorter, to be more user-friendly.
This commit is contained in:
BIN
build/background.png
Normal file
BIN
build/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 914 B |
BIN
build/background@2x.png
Normal file
BIN
build/background@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
23
package.json
23
package.json
@@ -56,13 +56,28 @@
|
||||
"build": {
|
||||
"asar": false,
|
||||
"appId": "com.wulkano.kap",
|
||||
"mac": {
|
||||
"category": "public.app-category.productivity"
|
||||
},
|
||||
"files": [
|
||||
"**/*",
|
||||
"!src"
|
||||
]
|
||||
],
|
||||
"mac": {
|
||||
"category": "public.app-category.productivity"
|
||||
},
|
||||
"dmg": {
|
||||
"iconSize": 160,
|
||||
"contents": [
|
||||
{
|
||||
"x": 180,
|
||||
"y": 170
|
||||
},
|
||||
{
|
||||
"x": 480,
|
||||
"y": 170,
|
||||
"type": "link",
|
||||
"path": "/Applications"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"babel": {
|
||||
"plugins": [
|
||||
|
||||
Reference in New Issue
Block a user