8
Scripts
Dark98 edited this page 2022-08-15 05:06:36 +01:00

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 DarkStore.cia": [
    {
        "file": "https://github.com/DarkStore-3DS/DarkStore/releases/download/v1.2.3/DarkStore.cia",
        "message": "Downloading DarkStore.cia...",
        "output": "sdmc:/DarkStore.cia",
        "type": "downloadFile"
    },
    {
        "file": "/DarkStore.cia",
        "message": "Installing DarkStore.cia...",
        "type": "installCia"
    },
    {
        "file": "sdmc:/DarkStore.cia",
        "message": "Deleting DarkStore.cia.",
        "type": "deleteFile"
    }
]