From cdee70d8d2dddee3fc862ce8bb7d82ff18b4e819 Mon Sep 17 00:00:00 2001 From: GillianMC <70141395+SandeMC@users.noreply.github.com> Date: Sun, 24 Mar 2024 02:42:20 +0200 Subject: [PATCH] sudachi: add version v7715077 (#1113) --- bucket/sudachi.json | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 bucket/sudachi.json diff --git a/bucket/sudachi.json b/bucket/sudachi.json new file mode 100644 index 000000000000..b3b5d524cccd --- /dev/null +++ b/bucket/sudachi.json @@ -0,0 +1,47 @@ +{ + "version": "v7715077", + "description": "Continuation of the experimental emulator for the Nintendo Switch - yuzu", + "homepage": "https://github.com/sudachi-emu/sudachi", + "license": "GPL-3.0", + "architecture": { + "64bit": { + "url": "https://github.com/sudachi-emu/sudachi/releases/download/v7715077/v7715077-windows.7z", + "hash": "70D7E4B6B65F4AC9399239E76C5D8BEB3CDD5F28FD33147C441EE1208E909C35" + } + }, + "pre_install": [ + "if (!(Test-Path \"$persist_dir\")) {", + " New-item \"$persist_dir\" -ItemType Directory | Out-Null", + " New-item \"$persist_dir\\user\" -ItemType Directory | Out-Null", + " if (Test-Path \"$env:APPDATA\\sudachi\") {", + " Write-host \"Migrating AppData...\" -ForegroundColor yellow", + " Copy-Item -Path \"$env:APPDATA\\sudachi\\*\" -Destination \"$persist_dir\\user\" -Recurse", + " Remove-Item -Path \"$env:APPDATA\\sudachi\" -Recurse", + " }" + ], + "bin": [ + "sudachi.exe", + "sudachi-cmd.exe" + ], + "shortcuts": [ + [ + "sudachi.exe", + "Sudachi" + ] + ], + "persist": [ + "user", + "plugins" + ], + "checkver": { + "url": "https://api.github.com/repos/sudachi-emu/sudachi/releases?per_page=1", + "jsonpath": "$[?(@.prerelease == false)].tag_name" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sudachi-emu/sudachi/releases/download/$version/$version-windows.7z" + } + } + } +}