diff --git a/source/apps/alolan-ctrpluginframework.json b/source/apps/alolan-ctrpluginframework.json new file mode 100644 index 0000000000..22f44da55e --- /dev/null +++ b/source/apps/alolan-ctrpluginframework.json @@ -0,0 +1,55 @@ +{ + "github": "biometrix76/AlolanCTRPluginFramework", + "author": "biometrix76", + "title": "Alolan CTRPluginFramework", + "systems": [ + "3DS" + ], + "categories": [ + "utility", + "save-tool" + ], + "description": "3gx plugin for Pokemon Sun/Moon and Ultra Sun/Ultra Moon.", + "installed_files": [ + "/luma/plugins/0004000000164800/AlolanCTRPluginFramework.3gx", + "/luma/plugins/0004000000175E00/AlolanCTRPluginFramework.3gx", + "/luma/plugins/00040000001B5000/AlolanCTRPluginFramework.3gx", + "/luma/plugins/00040000001B5100/AlolanCTRPluginFramework.3gx" + ], + "scripts": { + "Plugin": [ + { + "type": "downloadRelease", + "repo": "biometrix76/AlolanCTRPluginFramework", + "file": "luma.zip", + "output": "/AlolanCTRPluginFramework-luma.zip" + }, + { + "type": "extractFile", + "file": "/AlolanCTRPluginFramework-luma.zip", + "input": "^luma", + "output": "/luma" + }, + { + "type": "deleteFile", + "file": "/AlolanCTRPluginFramework-luma.zip" + }, + { + "type": "downloadRelease", + "repo": "biometrix76/AlolanCTRPluginFramework", + "file": "Language.zip", + "output": "/AlolanCTRPluginFramework-Language.zip" + }, + { + "type": "extractFile", + "file": "/AlolanCTRPluginFramework-Language.zip", + "input": "^Language", + "output": "/AlolanCTRPluginFramework/Language" + }, + { + "type": "deleteFile", + "file": "/AlolanCTRPluginFramework-Language.zip" + } + ] + } +} diff --git a/source/apps/gen-6-ctrpluginframework.json b/source/apps/gen-6-ctrpluginframework.json new file mode 100644 index 0000000000..6c53a94750 --- /dev/null +++ b/source/apps/gen-6-ctrpluginframework.json @@ -0,0 +1,55 @@ +{ + "github": "biometrix76/Gen6CTRPluginFramework", + "author": "biometrix76", + "title": "Gen 6 CTRPluginFramework", + "systems": [ + "3DS" + ], + "categories": [ + "utility", + "save-tool" + ], + "description": "3gx plugin for Pokemon X/Y and Omega Ruby/Alpha Sapphire.", + "installed_files": [ + "/luma/plugins/0004000000055D00/Gen6CTRPluginFramework.3gx", + "/luma/plugins/0004000000055E00/Gen6CTRPluginFramework.3gx", + "/luma/plugins/000400000011C400/Gen6CTRPluginFramework.3gx", + "/luma/plugins/000400000011C500/Gen6CTRPluginFramework.3gx" + ], + "scripts": { + "Plugin": [ + { + "type": "downloadRelease", + "repo": "biometrix76/Gen6CTRPluginFramework", + "file": "luma.zip", + "output": "/Gen6CTRPluginFramework-luma.zip" + }, + { + "type": "extractFile", + "file": "/Gen6CTRPluginFramework-luma.zip", + "input": "^luma", + "output": "/luma" + }, + { + "type": "deleteFile", + "file": "/Gen6CTRPluginFramework-luma.zip" + }, + { + "type": "downloadRelease", + "repo": "biometrix76/Gen6CTRPluginFramework", + "file": "Language.zip", + "output": "/Gen6CTRPluginFramework-Language.zip" + }, + { + "type": "extractFile", + "file": "/Gen6CTRPluginFramework-Language.zip", + "input": "^Language", + "output": "/Gen6CTRPluginFramework/Language" + }, + { + "type": "deleteFile", + "file": "/Gen6CTRPluginFramework-Language.zip" + } + ] + } +}