This repository has been archived by the owner on Feb 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathleafedit.json
115 lines (115 loc) · 3.31 KB
/
leafedit.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"info": {
"title": "LeafEdit",
"author": "Universal-Team",
"shortDesc": "LeafEdit is an Animal Crossing save manager and editor.",
"description": "What is LeafEdit?\nLeafEdit is:\nAn Animal Crossing save manager & editor.\nWith this script you can: \n- Update to the Release version.\n- Update to the Nightly version.\nRead the wiki before you ask a question.\nhttps://github.com/Universal-Team/LeafEdit/wiki\nScript created by Main Developer StackZ.",
"barColor": "#0e4920",
"bgBottomColor": "#177935",
"bgTopColor": "#177935",
"textColor": "#ffffff",
"selectedColor": "#268228",
"unselectedColor": "#264628",
"progressbarColor": "#268228",
"version": 3,
"revision": 6
},
"release-cia": [
{
"type": "downloadRelease",
"repo": "Universal-Team/LeafEdit",
"file": "LeafEdit.cia",
"output": "/LeafEdit.cia",
"message": "Downloading LeafEdit cia (release)... please wait."
},
{
"type": "installCia",
"file": "/LeafEdit.cia",
"message": "Installing the cia..."
},
{
"type": "deleteFile",
"file": "sdmc:/LeafEdit.cia",
"message": "Deleting unneded file."
}
],
"release-3dsx": [
{
"type": "downloadRelease",
"repo": "Universal-Team/LeafEdit",
"file": "LeafEdit.3dsx",
"output": "/3ds/LeafEdit.3dsx",
"message": "Downloading LeafEdit 3dsx (release)... please wait."
}
],
"nightly-3dsx": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/LeafEdit/LeafEdit.3dsx",
"output": "/3ds/LeafEdit.3dsx",
"message": "Downloading LeafEdit 3dsx (nightly)... please wait."
}
],
"nightly-cia": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/LeafEdit/LeafEdit.cia",
"output": "/LeafEdit.cia",
"message": "Downloading LeafEdit cia (nightly)... please wait."
},
{
"type": "installCia",
"file": "/LeafEdit.cia",
"message": "Installing the cia..."
},
{
"type": "deleteFile",
"file": "sdmc:/LeafEdit.cia",
"message": "Deleting unneded file."
}
],
"nightly-nds": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/LeafEdit/LeafEdit.nds",
"output": "/LeafEdit.nds",
"message": "Downloading LeafEdit nds (nightly)... please wait."
}
],
"TWiLight Menu++ Boxart": [
{
"type": "mkdir",
"directory": "/_nds/TWiLightMenu/boxart"
},
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/LeafEdit/raw/master/resources/LeafEdit.nds.png",
"output": "/_nds/TWiLightMenu/boxart/LeafEdit.nds.png",
"message": "Downloading LeafEdit.nds.png..."
}
],
"nightly-nds-cia": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/LeafEdit/LeafEdit.nds.cia",
"output": "/LeafEdit.nds.cia",
"message": "Downloading LeafEdit.nds.cia (nightly)... please wait."
},
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/LeafEdit/LeafEdit.nds",
"output": "/_nds/LeafEdit/LeafEdit.nds",
"message": "Downloading LeafEdit nds (nightly)... please wait."
},
{
"type": "installCia",
"file": "/LeafEdit.nds.cia",
"message": "Installing the cia..."
},
{
"type": "deleteFile",
"file": "sdmc:/LeafEdit.nds.cia",
"message": "Deleting unneded file."
}
]
}