gns3-web-ui/electron-builder.yml

68 lines
1.3 KiB
YAML
Raw Permalink Normal View History

appId: com.gns3.web-ui
copyright: "Copyright © 2018 GNS3"
2018-07-19 08:42:04 +00:00
productName: "GNS3 Web UI"
artifactName: "${productName}-${os}-${arch}-${version}.${ext}"
asar: true
compression: normal
generateUpdatesFilesForAllChannels: true
directories:
output: build
files:
- dist
- main.js
2018-04-10 11:08:15 +00:00
- renderer.js
- sentry.js
2019-01-09 12:45:37 +00:00
- installed-software.js
2019-02-27 08:42:33 +00:00
- local-server.js
2019-03-05 13:26:09 +00:00
- console-executor.js
- package.json
extraFiles:
- dist/exe.gns3server/**
2019-03-05 08:57:24 +00:00
- dist/ubridge/**
2019-03-05 10:59:17 +00:00
- dist/vpcs/**
- dist/dynamips/**
mac:
category: public.app-category.developer-tools
# publish: github
target:
- dmg
dmg:
# background: "build/appdmg.png"
icon: "dist/assets/icons/mac/icon.icns"
iconSize: 128
contents:
- x: 380
y: 240
type: link
path: /Applications
- x: 122
y: 240
type: file
linux:
# publish: github
icon: "dist/assets/icons/png"
category: "Network"
packageCategory: "Network"
2018-07-20 11:28:49 +00:00
description: "GNS3 Web UI Prototype application. Please don't use it as long as it's not officially announced."
target:
- deb
- AppImage
maintainer: "Dominik Ziajka <dominik@gns3.net>"
win:
publish:
provider: "github"
owner: "GNS3"
icon: "dist/assets/icons/win/icon.ico"
publisherName: GNS3 Technologies Corporation
nsis:
perMachine: true
oneClick: false
allowToChangeInstallationDirectory: true
license: "LICENSE"