* Added Gamecard Installer NX to Kosmos.

* Updated README to include Gamecard Installer NX.

* Removed Gamecard Installer NX

* Forgot to remove code.

* Lets try this again.
This commit is contained in:
Nichole Mattera 2020-04-09 07:15:37 -04:00 committed by GitHub
parent 92fff1ddc2
commit 29db8b59cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 31 deletions

View file

@ -85,23 +85,6 @@
"name": "emuiibo"
}
},
{
"name": "Gamecard Installer NX",
"download_function_name": "download_gamecard_installer_nx",
"git": {
"service": 0,
"org_name": "ITotalJustice",
"repo_name": "Gamecard-Installer-NX",
"asset_patterns": [
".*gamecard_installer\\.zip"
],
"group": null
},
"sdsetup": {
"included": false,
"name": null
}
},
{
"name": "Goldleaf",
"download_function_name": "download_goldleaf",

View file

@ -206,19 +206,6 @@ def download_emuiibo(module, temp_directory, kosmos_version, kosmos_build):
return release.tag_name
def download_gamecard_installer_nx(module, temp_directory, kosmos_version, kosmos_build):
release = get_latest_release(module)
bundle_path = download_asset(module, release, 0)
if bundle_path is None:
return None
with zipfile.ZipFile(bundle_path, 'r') as zip_ref:
zip_ref.extractall(temp_directory)
common.delete_path(bundle_path)
return release.tag_name
def download_goldleaf(module, temp_directory, kosmos_version, kosmos_build):
release = get_latest_release(module)
app_path = download_asset(module, release, 0)

View file

@ -35,7 +35,6 @@ Follow this guide: https://guide.teamatlasnx.com
* [Homebrew App Store](https://gitlab.com/4TU/hb-appstore)
* [EdiZon](https://github.com/WerWolv/EdiZon)
* [emuiibo](https://github.com/XorTroll/emuiibo)
* [Gamecard Installer NX](https://github.com/ITotalJustice/Gamecard-Installer-NX)
* [Goldleaf](https://github.com/XorTroll/Goldleaf)
* [Kosmos Toolbox](https://github.com/AtlasNX/Kosmos-Toolbox)
* [Kosmos Updater](https://github.com/AtlasNX/Kosmos-Updater)