We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64245b8 + f648bea commit b6ed4c5Copy full SHA for b6ed4c5
1 file changed
package.json
@@ -176,21 +176,20 @@
176
"hardenedRuntime": true
177
},
178
"dmg": {
179
- "title": "Simplenote Installer",
180
- "artifactName": "Simplenote-macOS-${version}.${ext}",
181
- "background": "./app/assets/512x512.png",
+ "title": "Puppetry Installer",
+ "artifactName": "puppetry-mac-v${version}.${ext}",
182
"icon": "./app/assets/icon.icns",
183
"iconSize": 150,
184
"contents": [
185
{
186
- "x": 480,
187
- "y": 240,
+ "x": 410,
+ "y": 160,
188
"type": "link",
189
"path": "/Applications"
190
191
192
"x": 130,
193
194
"type": "file"
195
}
196
]
0 commit comments