Merge pull request #248 from GNS3/code-signing-windows

Add publisher name to electron-builder.yml, Fixes: #105
This commit is contained in:
ziajka 2019-01-08 14:01:48 +01:00 committed by GitHub
commit f4cc1b73bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
appId: com.gns3.web-ui
copyright: "Copyright © 2018 GNS3"
productName: "GNS3 Web UI"
#forceCodeSigning: true
artifactName: "${productName}-${os}-${arch}-${version}.${ext}"
asar: true
compression: normal
@ -49,6 +48,7 @@ win:
provider: "github"
owner: "GNS3"
icon: "dist/assets/icons/win/icon.ico"
publisherName: GNS3 Technologies Corporation
nsis:
perMachine: true