Skip to content

Commit 1c0005a

Browse files
committed
added pulisher names for Windows
1 parent b9b6724 commit 1c0005a

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)