mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-08 11:38:38 +00:00
Add publisher name to electron-builder.yml, Ref: #105
This commit is contained in:
parent
39bacef792
commit
f29a50c02e
@ -1,7 +1,6 @@
|
|||||||
appId: com.gns3.web-ui
|
appId: com.gns3.web-ui
|
||||||
copyright: "Copyright © 2018 GNS3"
|
copyright: "Copyright © 2018 GNS3"
|
||||||
productName: "GNS3 Web UI"
|
productName: "GNS3 Web UI"
|
||||||
#forceCodeSigning: true
|
|
||||||
artifactName: "${productName}-${os}-${arch}-${version}.${ext}"
|
artifactName: "${productName}-${os}-${arch}-${version}.${ext}"
|
||||||
asar: true
|
asar: true
|
||||||
compression: normal
|
compression: normal
|
||||||
@ -49,6 +48,7 @@ win:
|
|||||||
provider: "github"
|
provider: "github"
|
||||||
owner: "GNS3"
|
owner: "GNS3"
|
||||||
icon: "dist/assets/icons/win/icon.ico"
|
icon: "dist/assets/icons/win/icon.ico"
|
||||||
|
publisherName: GNS3 Technologies Corporation
|
||||||
|
|
||||||
nsis:
|
nsis:
|
||||||
perMachine: true
|
perMachine: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user