diff --git a/bucket/citra-canary.json b/bucket/citra-canary.json deleted file mode 100644 index f1686e1ef7ee..000000000000 --- a/bucket/citra-canary.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "version": "2798-20240304", - "description": "Emulator for Nintendo 3DS, capable of playing many of your favorite games", - "homepage": "https://citra-emu.org/", - "license": { - "identifier": "GPL-2.0", - "url": "https://github.com/citra-emu/citra-canary/blob/master/license.txt" - }, - "url": "https://github.com/citra-emu/citra-canary/releases/download/canary-2798/citra-windows-msvc-20240304-d996981.7z", - "hash": "020b6c741cb8c240eced420a56d98623e2220e576e22f4b9038f03ad140b8d1f", - "extract_dir": "canary", - "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": [ - [ - "citra.exe", - "citra-canary" - ], - [ - "citra-qt.exe", - "citra-qt-canary" - ], - [ - "citra-room.exe", - "citra-room-canary" - ] - ], - "shortcuts": [ - [ - "citra-qt.exe", - "Citra (Canary)" - ] - ], - "persist": "user", - "checkver": { - "github": "https://github.com/citra-emu/citra-canary", - "regex": "download/canary-(?[\\d]+)/citra-windows-(?[\\w]+)-(?[\\d]{8})-(?[\\da-f]{7})\\.(?7z|zip)", - "replace": "${build}-${date}" - }, - "autoupdate": { - "url": "https://github.com/citra-emu/citra-canary/releases/download/canary-$matchBuild/citra-windows-$matchEnv-$matchDate-$matchCommit.$matchZip" - } -} diff --git a/bucket/citra.json b/bucket/citra.json deleted file mode 100644 index cdc57e0c7f21..000000000000 --- a/bucket/citra.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "version": "2104-20240303", - "description": "Emulator for Nintendo 3DS, capable of playing many of your favorite games", - "homepage": "https://citra-emu.org/", - "license": { - "identifier": "GPL-2.0", - "url": "https://github.com/citra-emu/citra-nightly/blob/master/license.txt" - }, - "url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-2104/citra-windows-msvc-20240303-0ff3440.7z", - "hash": "92bc583bb702fac50a49d59752ec897a445b541089d7fabbf352bc44dac2fc1b", - "extract_dir": "nightly", - "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": [ - "citra.exe", - "citra-qt.exe", - "citra-room.exe" - ], - "shortcuts": [ - [ - "citra-qt.exe", - "Citra" - ] - ], - "persist": "user", - "checkver": { - "github": "https://github.com/citra-emu/citra-nightly", - "regex": "download/nightly-(?[\\d]+)/citra-windows-(?[\\w]+)-(?[\\d]+)-(?[\\da-f]{7})\\.(?7z|zip)", - "replace": "${build}-${date}" - }, - "autoupdate": { - "url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-$matchBuild/citra-windows-$matchEnv-$matchDate-$matchCommit.$matchZip" - } -} diff --git a/bucket/yuzu-pineapple.json b/bucket/yuzu-pineapple.json deleted file mode 100644 index 424fd64f1811..000000000000 --- a/bucket/yuzu-pineapple.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "version": "EA-4176", - "description": "A Yuzu Early Access fork with Linux-specific patches", - "homepage": "https://github.com/pineappleEA/pineapple-src", - "license": { - "identifier": "GPL-2.0", - "url": "https://github.com/pineappleEA/pineapple-src/blob/main/LICENSE" - }, - "architecture": { - "64bit": { - "url": "https://github.com/pineappleEA/pineapple-src/releases/download/EA-4176/Windows-Yuzu-EA-4176.zip", - "hash": "b5d5a12dd2320f442187919ef9e9680a83c36d98fa80584f13114face49bf2a0" - } - }, - "extract_dir": "yuzu-windows-msvc-early-access", - "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\\yuzu\") {", - " Write-host \"Migrating AppData...\" -ForegroundColor yellow", - " Copy-Item -Path \"$env:APPDATA\\yuzu\\*\" -Destination \"$persist_dir\\user\" -Recurse", - " Remove-Item -Path \"$env:APPDATA\\yuzu\" -Recurse", - " }", - "}" - ], - "bin": [ - [ - "yuzu.exe", - "yuzu-dev" - ], - [ - "yuzu-cmd.exe", - "yuzu-cmd-dev" - ] - ], - "shortcuts": [ - [ - "yuzu.exe", - "Yuzu (Development)" - ] - ], - "persist": [ - "user", - "plugins" - ], - "checkver": { - "github": "https://github.com/pineappleEA/pineapple-src", - "regex": "(EA-\\d+)" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/pineappleEA/pineapple-src/releases/download/$version/Windows-Yuzu-$version.zip" - } - } - } -} diff --git a/bucket/yuzu.json b/bucket/yuzu.json deleted file mode 100644 index adb2459b456b..000000000000 --- a/bucket/yuzu.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "version": "0-1734", - "description": "Experimental emulator for the Nintendo Switch", - "homepage": "https://yuzu-emu.org/", - "license": { - "identifier": "GPL-2.0", - "url": "https://github.com/yuzu-emu/yuzu-mainline/blob/master/license.txt" - }, - "architecture": { - "64bit": { - "url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1734/yuzu-windows-msvc-20240304-537296095.7z", - "hash": "5c644bbba1b694b01f5d52d5080aa2a5c86360d841851286df058da2ff5f6088" - } - }, - "extract_dir": "yuzu-windows-msvc", - "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\\yuzu\") {", - " Write-host \"Migrating AppData...\" -ForegroundColor yellow", - " Copy-Item -Path \"$env:APPDATA\\yuzu\\*\" -Destination \"$persist_dir\\user\" -Recurse", - " Remove-Item -Path \"$env:APPDATA\\yuzu\" -Recurse", - " }", - "}" - ], - "bin": [ - "yuzu.exe", - "yuzu-cmd.exe" - ], - "shortcuts": [ - [ - "yuzu.exe", - "Yuzu" - ] - ], - "persist": [ - "user", - "plugins" - ], - "checkver": { - "github": "https://github.com/yuzu-emu/yuzu-mainline", - "regex": "download/mainline-([\\d.-]+)/yuzu-windows-msvc-(?[\\d]{8})-(?[\\da-f]+).7z" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-$version/yuzu-windows-msvc-$matchDate-$matchCommit.7z" - } - } - } -}