mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 16:59:08 +00:00
Updated installCia (markdown)
+8
-7
@@ -1,13 +1,14 @@
|
||||
The Function `installCia` contains 2 Parameters.
|
||||
The `installCia` function contains 2 parameters. It installs the specified CIA file.
|
||||
|
||||
`file` -> The path to the cia file.
|
||||
|
||||
`message` -> Message while installing.
|
||||
|
||||
You can find an example here:
|
||||
Example
|
||||
```json
|
||||
{
|
||||
"type": "installCia",
|
||||
"file": "sdmc:/Universal-Updater.cia",
|
||||
"message": "Installing the Cia..."
|
||||
}
|
||||
```
|
||||
{
|
||||
"type": "installCia",
|
||||
"file": "sdmc:/Universal-Updater.cia",
|
||||
"message": "Installing the Cia..."
|
||||
}
|
||||
Reference in New Issue
Block a user