Skip to content

Commit

Permalink
Lime3DS: Add version 2114.1 (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeMC authored Jun 10, 2024
1 parent b53f7de commit f9aa951
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions bucket/lime3ds.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit f9aa951

Please sign in to comment.