Skip to content

Commit

Permalink
Updated package json
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Sep 24, 2020
1 parent 918d741 commit 04f9072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "assets/main.js",
"productName": "LEd",
"author": "Sebastien Benard",
"description": "Modern 2D level editor",
"description": "2D level editor",
"scripts": {
"start": "electron .",
"compile": "cd.. && haxe main.hxml && haxe renderer.hxml",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"nsis": {
"oneClick": true,
"shortcutName": "LEd - Modern 2D level editor"
"shortcutName": "LEd - 2D level editor"
},
"win": {
"target": "nsis",
Expand Down

0 comments on commit 04f9072

Please sign in to comment.