Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
appId: com.gns3.web-ui
|
|
|
|
copyright: "Copyright © 2018 GNS3"
|
2018-07-19 08:42:04 +00:00
|
|
|
productName: "GNS3 Web UI"
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
artifactName: "${productName}-${os}-${arch}-${version}.${ext}"
|
|
|
|
asar: true
|
|
|
|
compression: normal
|
2019-03-07 12:30:13 +00:00
|
|
|
generateUpdatesFilesForAllChannels: true
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
|
|
|
|
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
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
- package.json
|
|
|
|
|
2019-02-28 14:07:06 +00:00
|
|
|
extraFiles:
|
|
|
|
- dist/exe.gns3server/**
|
2019-03-05 08:57:24 +00:00
|
|
|
- dist/ubridge/**
|
2019-03-05 10:59:17 +00:00
|
|
|
- dist/vpcs/**
|
2019-03-05 11:40:19 +00:00
|
|
|
- dist/dynamips/**
|
2019-02-28 14:07:06 +00:00
|
|
|
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
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."
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
target:
|
|
|
|
- deb
|
|
|
|
- AppImage
|
|
|
|
maintainer: "Dominik Ziajka <dominik@gns3.net>"
|
|
|
|
win:
|
|
|
|
publish:
|
|
|
|
provider: "github"
|
|
|
|
owner: "GNS3"
|
|
|
|
icon: "dist/assets/icons/win/icon.ico"
|
2019-01-08 10:48:38 +00:00
|
|
|
publisherName: GNS3 Technologies Corporation
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
|
|
|
|
nsis:
|
|
|
|
perMachine: true
|
2019-01-03 10:07:06 +00:00
|
|
|
oneClick: false
|
|
|
|
allowToChangeInstallationDirectory: true
|
|
|
|
license: "LICENSE"
|