Skip to content

Add 3ds-cli #516

Open
cmdada wants to merge 1 commit into
Universal-Team:masterfrom
cmdada:master
Open

Add 3ds-cli #516
cmdada wants to merge 1 commit into
Universal-Team:masterfrom
cmdada:master

Conversation

@cmdada
Copy link
Copy Markdown

@cmdada cmdada commented May 10, 2026

No description provided.

Comment thread source/apps/3ds-cli.json
"archive": {
"3DS-CLI_Install.zip": {
"3ds-cli.3dsx": [
"3ds/3ds-cli.3dsx"
Copy link
Copy Markdown
Member

@Epicpkmn11 Epicpkmn11 May 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants