-
Notifications
You must be signed in to change notification settings - Fork 32
Scripts
Pk11 edited this page Nov 1, 2020
·
7 revisions
After the info
section you can have as many scripts as you want for each app, they consist of a name, then an array of functions, for info on functions see the pages below this one in the sidebar.
"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"
}
]
Need help? Join our Discord server or create a discussion.