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