Add 3ds-cli #516
Conversation
| "archive": { | ||
| "3DS-CLI_Install.zip": { | ||
| "3ds-cli.3dsx": [ | ||
| "3ds/3ds-cli.3dsx" |
There was a problem hiding this comment.
I'm on mobile so I can't do a proper comment, but looking at the zip this should be
”3DS-CLI_Install.zip": {
"3ds-cli.3dsx": ["3ds-cli.3dsx", "Image"]
}(they are not inside a 3ds folder in the zip) assuming "Image" goes in root, if "Image" goes in /3ds like this implies then that's not possible with the simple "archive" syntax and this will need a "script" block instead
whenever possible I make installs be one click in U-DB so small support files like that "Image" should simply be installed by the 3dsx script
though if there's not a strong reason for it being on the SD card I would suggest considering moving it into RomFS (edit: I'd been assuming it was read only, it just occurred to me that it might be read write in which case it should perhaps be locked behind a prompt message, which also needs a script. i haven't tried the app at all yet so I'm not 100% what this needs)
No description provided.