mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 04:31:44 +00:00
7c2d16714c
These files will be modified to slowly add features from the nxdumptool rewrite codebase. This commit effectively makes it impossible to build the previous PoC. The code from each PoC will be reused, though, so it hasn't been removed.
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"open": "Open example installer",
|
|
|
|
"title": "My great installer",
|
|
|
|
"stage1": {
|
|
"text": "Here, you would normally do useful things",
|
|
"button": "Go to step 2"
|
|
},
|
|
|
|
"stage2": {
|
|
"text": "Example loading display"
|
|
},
|
|
|
|
"stage3": {
|
|
"button": "Finish"
|
|
}
|
|
}
|