Skip to content

Commit ba68dda

Browse files
Merge pull request #424 from RedisInsight/add_publisher_names_for_Windows
added publisher names for Windows
2 parents 6059160 + 1c0005a commit ba68dda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

electron-builder.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@
4747
},
4848
"win": {
4949
"target": ["nsis"],
50-
"artifactName": "${productName}-${os}-installer.${ext}"
50+
"artifactName": "${productName}-${os}-installer.${ext}",
51+
"publisherName": [
52+
"Redis Inc.",
53+
"Redis Labs Inc."
54+
]
5155
},
5256
"linux": {
5357
"icon": "./resources/icons",

0 commit comments

Comments
 (0)