mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Created Scripts (UniStore) (markdown)
@@ -0,0 +1,22 @@
|
||||
After the `info` section you can have as many scripts as you want for each app, the consist of a name, then an array of functions, for info on functions see under the `Scripts` bullet of the `Scripts` section
|
||||
|
||||
```json
|
||||
"Download Universal-Updater.cia": [
|
||||
{
|
||||
"file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.cia",
|
||||
"message": "Downloading Universal-Updater.cia...",
|
||||
"output": "sdmc:/Universal-Updater.cia",
|
||||
"type": "downloadFile"
|
||||
},
|
||||
{
|
||||
"file": "/Universal-Updater.cia",
|
||||
"message": "Installing Universal-Updater.cia...",
|
||||
"type": "installCia"
|
||||
},
|
||||
{
|
||||
"file": "sdmc:/Universal-Updater.cia",
|
||||
"message": "Deleting Universal-Updater.cia.",
|
||||
"type": "deleteFile"
|
||||
}
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user