mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
Updated downloadFile (markdown)
+7
-6
@@ -8,9 +8,10 @@ The `downloadFile` function has 3 parameters. It downloads the specified `file`
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"type": "downloadFile",
|
"type": "downloadFile",
|
||||||
"file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/Universal-Updater.cia",
|
"file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/Universal-Updater.cia",
|
||||||
"output": "sdmc:/Universal-Updater.cia",
|
"output": "sdmc:/Universal-Updater.cia",
|
||||||
"message": "Downloading Universal-Updater.cia"
|
"message": "Downloading Universal-Updater.cia"
|
||||||
}
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user