-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathrequire_files.json
More file actions
executable file
·38 lines (38 loc) · 977 Bytes
/
require_files.json
File metadata and controls
executable file
·38 lines (38 loc) · 977 Bytes
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
{
"NeOmega": {
"Linux:amd64": [
"neomega_linux_amd64.so",
"neomega_linux_access_point_amd64"
],
"Android:arm64": [
"neomega_android_arm64.so",
"neomega_android_access_point_arm64"
],
"Linux:arm64": [
"neomega_linux_arm64.so",
"neomega_linux_access_point_arm64"
],
"Windows:amd64": [
"neomega_windows_amd64.dll",
"neomega_windows_access_point_amd64.exe"
],
"Windows:arm64": [
"neomega_windows_arm64.dll",
"neomega_windows_access_point_arm64.exe"
]
},
"FateArk": {
"Windows:amd64": [
"FateArk_windows_amd64.exe"
],
"Linux:amd64": [
"FateArk_linux_amd64"
],
"Linux:arm64": [
"FateArk_linux_arm64"
],
"Android:aarch64": [
"FateArk_android_aarch64"
]
}
}