Skip to content

Commit 34beeb0

Browse files
update
1 parent a02a770 commit 34beeb0

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

package.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Pinokio",
33
"private": true,
4-
"version": "3.143.0",
4+
"version": "3.144.0",
55
"homepage": "https://pinokio.co",
66
"description": "pinokio",
77
"main": "main.js",
@@ -76,7 +76,28 @@
7676
},
7777
"dmg": {
7878
"backgroundColor": "#ffffff",
79-
"icon": null
79+
"icon": null,
80+
"window": {
81+
"width": 520,
82+
"height": 320
83+
},
84+
"iconSize": 120,
85+
"contents": [
86+
{
87+
"type": "file",
88+
"name": "Pinokio",
89+
"path": "Pinokio.app",
90+
"x": 160,
91+
"y": 170
92+
},
93+
{
94+
"type": "link",
95+
"name": "Applications",
96+
"path": "/Applications",
97+
"x": 360,
98+
"y": 170
99+
}
100+
]
80101
},
81102
"linux": {
82103
"maintainer": "Cocktail Peanut <cocktailpeanuts@proton.me>",
@@ -125,7 +146,7 @@
125146
"electron-store": "^8.1.0",
126147
"electron-updater": "^6.6.2",
127148
"electron-window-state": "^5.0.3",
128-
"pinokiod": "^3.143.0"
149+
"pinokiod": "^3.144.0"
129150
},
130151
"devDependencies": {
131152
"@electron/rebuild": "3.2.10",

0 commit comments

Comments
 (0)