From f9aa951b21442e6a3230045cba7eb64c2093bb58 Mon Sep 17 00:00:00 2001 From: GillianMC <70141395+SandeMC@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:56:19 +0300 Subject: [PATCH] Lime3DS: Add version 2114.1 (#1158) --- bucket/lime3ds.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bucket/lime3ds.json diff --git a/bucket/lime3ds.json b/bucket/lime3ds.json new file mode 100644 index 000000000000..83effefdb5a6 --- /dev/null +++ b/bucket/lime3ds.json @@ -0,0 +1,39 @@ +{ + "version": "2114.1", + "description": "Emulator for Nintendo 3DS (fork of Citra), capable of playing many of your favorite games", + "homepage": "https://lime3ds.github.io/", + "license": { + "identifier": "GPL-2.0", + "url": "https://github.com/Lime3DS/Lime3DS/blob/master/license.txt" + }, + "url": "https://github.com/Lime3DS/Lime3DS/releases/download/2114.1/lime3ds-2114.1-windows-msvc.zip", + "hash": "7C13A9D6A89A8482E9AA82D53EFB9258336D3D6D973813E1FB7DB1B8582510F5", + "extract_dir": "lime3ds-2114.1-windows-msvc", + "pre_install": [ + "if (!(Test-Path \"$persist_dir\\user\")) {", + " New-Item -Path \"$persist_dir\" -Name \"user\" -ItemType \"directory\" | Out-Null", + " if (Test-Path \"$env:APPDATA\\Citra\") {", + " Write-host \"Migrating AppData...\" -ForegroundColor yellow", + " Copy-Item -Path \"$env:APPDATA\\Citra\\*\" -Destination \"$persist_dir\\user\" -Recurse", + " Remove-Item -Path \"$env:APPDATA\\Citra\" -Recurse", + " }", + "}" + ], + "bin": [ + "lime3ds-cli.exe", + "lime3ds-gui.exe" + ], + "shortcuts": [ + [ + "lime3ds-gui.exe", + "Lime3DS" + ] + ], + "persist": "user", + "checkver": { + "github": "https://github.com/Lime3DS/Lime3DS" + }, + "autoupdate": { + "url": "https://github.com/Lime3DS/Lime3DS/releases/download/$version/lime3ds-$version-windows-msvc.zip" + } +}