From 1c0005a6717f04f3f6ea24d6dfebaba263f2e55d Mon Sep 17 00:00:00 2001 From: Zalenski Egor <63463140+zalenskiSofteq@users.noreply.github.com> Date: Mon, 21 Mar 2022 16:05:21 +0300 Subject: [PATCH] added pulisher names for Windows --- electron-builder.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index 300d5a54a4..407bee01cf 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -47,7 +47,11 @@ }, "win": { "target": ["nsis"], - "artifactName": "${productName}-${os}-installer.${ext}" + "artifactName": "${productName}-${os}-installer.${ext}", + "publisherName": [ + "Redis Inc.", + "Redis Labs Inc." + ] }, "linux": { "icon": "./resources/icons",