Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 authored Jan 9, 2019
1 parent 086be48 commit 0e7b1f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"build": {
"appId": "blockbench",
"productName": "Blockbench",
"artifactName": "${productName}_${arch}_${version}.${ext}",
"mac": {
"category": "macOS.application",
"target": "dmg"
Expand All @@ -36,7 +37,7 @@
"icon.png"
],
"dmg": {
"artifactName": "${productName}_${arch}_${version}.${ext}",
"artifactName": "${productName}_${version}.${ext}",
"backgroundColor": "#282c34",
"window": {
"x": 200,
Expand Down

0 comments on commit 0e7b1f6

Please sign in to comment.