From 3922f054f6a3e42f079ce6082aacbea8f043a3bd Mon Sep 17 00:00:00 2001 From: AkariiinMKII <6019344+AkariiinMKII@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:40:49 +0800 Subject: [PATCH] yuzu-pineapple: remove checkver and autoupdate --- bucket/yuzu-pineapple.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/bucket/yuzu-pineapple.json b/bucket/yuzu-pineapple.json index e5c733f..0f98dd9 100644 --- a/bucket/yuzu-pineapple.json +++ b/bucket/yuzu-pineapple.json @@ -40,16 +40,5 @@ "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" - } - } - } + ] }