Skip to content

Commit 562977b

Browse files
committed
Set productName
1 parent e298ca5 commit 562977b

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ThinreportsEditor",
3+
"productName": "Thinreports Editor",
34
"version": "0.10.0",
45
"license": "GPL-3.0",
56
"description": "Designer for Thinreports",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ThinreportsEditor",
3+
"productName": "Thinreports Editor",
34
"version": "0.0.0",
45
"license": "GPL-3.0",
56
"description": "Designer for Thinreports",

tasks/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config = {
1414
overwrite: true,
1515
platform: ['darwin', 'linux', 'win32'],
1616
win32metadata: {
17-
FileDescription: package['name']
17+
FileDescription: package['productName']
1818
}
1919
}
2020

0 commit comments

Comments
 (0)