This commit is contained in:
JannisX11 2019-01-09 16:29:36 +01:00 committed by GitHub
parent 086be48cf1
commit 0e7b1f63e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
"build": {
"appId": "blockbench",
"productName": "Blockbench",
"artifactName": "${productName}_${arch}_${version}.${ext}",
"mac": {
"category": "macOS.application",
"target": "dmg"
@ -36,7 +37,7 @@
"icon.png"
],
"dmg": {
"artifactName": "${productName}_${arch}_${version}.${ext}",
"artifactName": "${productName}_${version}.${ext}",
"backgroundColor": "#282c34",
"window": {
"x": 200,