Skip to content

Commit

Permalink
chore: adjust the productName
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 2, 2020
1 parent 6878308 commit b4705f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "x-minecraft-launcher",
"private": true,
"main": "./dist/electron/main.js",
"productName": "XMCL",
"productName": "xmcl",
"version": "0.4.0",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "jest"
},
"build": {
"productName": "XMCL",
"productName": "xmcl",
"appId": "xmcl",
"directories": {
"output": "build"
Expand Down

0 comments on commit b4705f0

Please sign in to comment.