-
Notifications
You must be signed in to change notification settings - Fork 135
/
electron-builder-web.json
71 lines (71 loc) · 2.15 KB
/
electron-builder-web.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"$schema": "node_modules/electron-builder/node_modules/app-builder-lib/scheme.json",
"directories": {
"output": "dist_web"
},
"asar": true,
"asarUnpack": [
"7z.exe",
"LICENSE.md",
"bundledPlugins",
"lib/modinstaller",
"node_modules/7z-bin",
"node_modules/nbind",
"node_modules/bootstrap-sass/assets/stylesheets",
"node_modules/react-select/scss",
"node_modules/fomod-installer/dist",
"node_modules/json-socket",
"assets/*.exe",
"assets/css/**"
],
"appId": "com.nexusmods.vortex",
"win": {
"target": "nsis-web",
"publish": [
{
"provider": "github",
"private": false
}
],
"forceCodeSigning": true,
"publisherName": "Black Tree Gaming Limited"
},
"nsis": {
"perMachine": true,
"runAfterFinish": true,
"menuCategory": true
},
"extraResources": [
"locales"
],
"files": [
"**/*",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}",
"!**/node_modules/.bin${/*}",
"!**/*.{o,hprof,orig,pyc,pyo,rbc}",
"!**/*.js.map",
"!**/._*",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}",
"!**/*.{pdb,lib,VC.db,exp,gypi,d.ts}",
"!**/build/Debug${/*}",
"!**/build/Release/obj${/*}",
"!**/build/.vs${/*}",
"!**/autogypi.json",
"!**/binding.gyp",
"!**/binding.map",
"!**/build/src/Release/obj${/*}",
"!**/node_modules/edge/lib/native${/*}",
"!**/node_modules/edge/src${/*}",
"!**/node_modules/leveldown/deps${/*}",
"!**/node_modules/node-sass/{build,src,vendor}${/*}",
"!**/node_modules/recharts/umd${/*}",
"!**/node_modules/ffi/deps",
"!**/Release/*.map",
"!**/node_modules/bootstrap-sass/assets/fonts",
"!**/node_modules/recharts/node_modules/d3-scale/img",
"!**/node_modules/recharts/node_modules/d3-shape/img",
"!**/node_modules/d3-geo/img"
],
"buildDependenciesFromSource": false,
"npmRebuild": false
}