-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.json
60 lines (60 loc) · 1.7 KB
/
packages.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
{
"git": {
"DXVK": {
"url": "https://github.com/doitsujin/dxvk.git",
"url_args": "--recursive",
"delete_folders": ["dlls"],
"build_command": "./package-release.sh master dlls --no-package"
},
"VKD3D": {
"url": "https://github.com/HansKristian-Work/vkd3d-proton",
"url_args": "--recursive",
"delete_folders": ["dlls"],
"build_command": "./package-release.sh master dlls --no-package"
},
"MF": {
"url": "https://github.com/z0z0z/mf-install.git"
},
"MF-Cab": {
"url": "https://github.com/z0z0z/mf-installcab.git"
}
},
"release": {
"DXVK": {
"author": "doitsujin",
"git_name": "dxvk",
"extension": "tar.gz",
"flags": ["archive"]
},
"VKD3D": {
"author": "HansKristian-Work",
"git_name": "vkd3d-proton",
"extension": "tar.zst",
"flags": ["archive"]
},
"GE-Proton": {
"author": "GloriousEggroll",
"git_name": "proton-ge-custom",
"extension": "tar.gz",
"flags": ["archive", "install"],
"path": "compatibilitytools.d/name",
"folders": ["home_dir/.steam/root", "home_dir/.var/app/com.valvesoftware.Steam/.steam/root"]
},
"GE-Wine": {
"author": "GloriousEggroll",
"git_name": "wine-ge-custom",
"extension": "tar.xz",
"flags": ["archive","install"],
"path": "name",
"folders": ["hlu_packspath"]
},
"Luxtorpeda": {
"author": "luxtorpeda-dev",
"git_name": "luxtorpeda",
"extension": "tar.xz",
"flags": ["archive", "install"],
"path": "compatibilitytools.d/name",
"folders": ["home_dir/.steam/root", "home_dir/.var/app/com.valvesoftware.Steam/.steam/root"]
}
}
}