-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathelectron-builder.yaml
54 lines (53 loc) · 1.48 KB
/
electron-builder.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
appId: com.github.pnnl.GLIMPSE
directories:
output: out
buildResources: build
asar: true
files:
- from: ./
filter:
- "!socket_testing${/*}"
- "!node_modules${/*}"
- "!local-server${/*}"
- "!renderer/src${/*}"
- "!themes${/*}"
- "!config${/*}"
- "!data${/*}"
- "!out${/*}"
extraResources:
- ../socket_testing/**
- ./local-server/server/**
- ./themes/**
- ./config/**
- ./data/**
win:
target:
- target: msi
arch:
- x64
mac:
icon: ./assets/GLIMPSE_color_icon.ico
target:
- target: pkg
arch:
- arm64
linux:
target:
- target: deb
arch:
- x64
- target: tar.gz
arch:
- x64
maintainer: "[email protected]"
vendor: "pnnl"
synopsis: "GLIMPSE is a graph-based web application to visualize and update distribution power grid models."
description: "GLIMPSE is a graph-based desktop application to visualize and update GridLAB-D power grid models. The tool can be used to search and highlight power grid model objects. Additionally, it also update the model attributes and export the modified model future simulations. The application is developed using React.js, Electron.js, Node.js, and Python"
category: "Utility"
msi:
oneClick: false
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
installerIcon: ./assets/GLIMPSE_white_icon.png
icon: ./assets/GLIMPSE_color_icon.png