forked from Pikatsuto-Contribute/AtmoPack-Vanilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
60 lines (60 loc) · 1.83 KB
/
config.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
{
"language": "en",
"useAIO": true,
"startuplogoPath": "",
"splashscreenPath": "",
"githubFiles": [
{
"link": "WerWolv/EdiZon", "desiredFiles": [{
"filename": "EdiZon.nro", "directory": "switch"
}]
},
{
"link": "XorTroll/Goldleaf", "desiredFiles": [{
"filename": "Goldleaf.nro", "directory": "switch"
}]
},
{
"link": "rashevskyv/dbi", "desiredFiles": [{
"filename": "DBI.nro", "directory": "switch/dbi"
}]
},
{
"link": "meganukebmp/Switch_90DNS_tester", "desiredFiles": [{
"filename": "Switch_90DNS_tester.nro", "directory": "switch"
}]
},
{
"link": "fortheusers/hb-appstore", "desiredFiles": [{
"filename": "appstore.nro", "directory": "switch"
}]
},
{
"link": "impeeza/sys-patch", "desiredFiles": [{
"exp": "/^sys-patch-(\\d+(\\.\\d+))((\\.\\d+))\\.zip$/", "filename": "sys-patch.zip"
}]
}
],
"onlineFiles": [
{
"name": "gen_patches.py",
"url": "https://github.com/friedkeenan/switch-logo-patcher/raw/refs/heads/master/gen_patches.py",
"directory": "../python"
},
{
"name": "insert_splash_screen.py",
"url": "https://github.com/Atmosphere-NX/Atmosphere/raw/master/utilities/insert_splash_screen.py",
"directory": "../python"
}
],
"pythonScripts": [
{
"filename": "gen_patches.py",
"args": ["./SD/atmosphere/exefs_patches/startup_logo", "./startup_logo.png"]
}
],
"pythonDependencies": [
"Pillow",
"ips.py"
]
}