Skip to content

Commit b6ed4c5

Browse files
committed
Merge branch 'dev' of github.com:dsheiko/puppetry into dev
2 parents 64245b8 + f648bea commit b6ed4c5

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,21 +176,20 @@
176176
"hardenedRuntime": true
177177
},
178178
"dmg": {
179-
"title": "Simplenote Installer",
180-
"artifactName": "Simplenote-macOS-${version}.${ext}",
181-
"background": "./app/assets/512x512.png",
179+
"title": "Puppetry Installer",
180+
"artifactName": "puppetry-mac-v${version}.${ext}",
182181
"icon": "./app/assets/icon.icns",
183182
"iconSize": 150,
184183
"contents": [
185184
{
186-
"x": 480,
187-
"y": 240,
185+
"x": 410,
186+
"y": 160,
188187
"type": "link",
189188
"path": "/Applications"
190189
},
191190
{
192191
"x": 130,
193-
"y": 240,
192+
"y": 160,
194193
"type": "file"
195194
}
196195
]

0 commit comments

Comments
 (0)