From 852c94954eacda3210560268cd70b523d6032bda Mon Sep 17 00:00:00 2001 From: lazzite Date: Fri, 29 May 2026 07:32:55 +0200 Subject: [PATCH] rpcs3 url fix [skip ci] --- rpcs3/component_recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/component_recipe.json b/rpcs3/component_recipe.json index cd3c495f..2fea6bba 100755 --- a/rpcs3/component_recipe.json +++ b/rpcs3/component_recipe.json @@ -1,7 +1,7 @@ { "rpcs3": [ { - "source_url": "https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/{VERSION}/rpcs3-*linux64.AppImage", + "source_url": "https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/{VERSION}/*linux64.AppImage", "source_type": "github_release", "version": "$RPCS3_DESIRED_VERSION", "extraction_type": "appimage",