forked from Nexus-Mods/Vortex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstallAssets.json
More file actions
81 lines (81 loc) · 1.65 KB
/
InstallAssets.json
File metadata and controls
81 lines (81 loc) · 1.65 KB
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
72
73
74
75
76
77
78
79
80
81
{
"spawn": [],
"copy": [
{
"srcPath": "./LICENSE.md",
"outPath": "",
"skipPaths": 0,
"target": ["dist"]
},
{
"srcPath": "src/stylesheets",
"outPath": "assets/css",
"skipPaths": 2,
"target": ["out", "dist"]
},
{
"srcPath": "node_modules/bootstrap-sass/assets/stylesheets/_bootstrap.scss",
"outPath": "assets/css",
"rename": "bootstrap.scss",
"skipPaths": 4,
"target": ["out", "dist"]
},
{
"srcPath": "src/renderer/src/index.html",
"outPath": "",
"target": ["out", "dist"],
"skipPaths": 3
},
{
"srcPath": "src/renderer/src/splash.html",
"outPath": "",
"target": ["out", "dist"],
"skipPaths": 3
},
{
"srcPath": "locales/*/*",
"outPath": "",
"target": ["out"]
},
{
"srcPath": "assets/images/",
"outPath": "",
"target": ["out", "dist"]
},
{
"srcPath": "assets/icons/",
"outPath": "",
"target": ["out", "dist"]
},
{
"srcPath": "assets/pictograms/",
"outPath": "",
"target": ["out", "dist"]
},
{
"srcPath": "assets/fonts/*",
"outPath": "",
"target": ["out", "dist"]
},
{
"srcPath": "assets/dotnetprobe.exe",
"outPath": "",
"target": ["out", "dist"]
},
{
"srcPath": "assets/dotnetprobe",
"outPath": "",
"target": ["out", "dist"]
},
{
"srcPath": "assets/*.json",
"outPath": "",
"target": ["out", "dist"]
},
{
"srcPath": "assets/licenses/*",
"outPath": "",
"target": ["out", "dist"]
}
]
}