build: set publisherName for win release

This commit is contained in:
Róbert Kiss
2018-11-15 22:33:22 +01:00
parent 52a57c0e87
commit 8c7d625573

View File

@@ -116,6 +116,7 @@ if (TEST_BUILD || gitTag) {
}, },
win: { win: {
extraResources, extraResources,
publisherName: 'Ultimate Gadget Laboratories Kft.',
certificateFile: path.join(__dirname, 'certs/windows-cert.p12') certificateFile: path.join(__dirname, 'certs/windows-cert.p12')
}, },
linux: { linux: {