From ce94f9038df6ba40d4d6024c07e9f214d176b4ec Mon Sep 17 00:00:00 2001 From: Valyreon Date: Sun, 26 Apr 2026 23:55:45 +0200 Subject: [PATCH 1/4] Added subloader app manifest to bucket --- bucket/subloader.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/subloader.json diff --git a/bucket/subloader.json b/bucket/subloader.json new file mode 100644 index 00000000000000..1d17667fe2babe --- /dev/null +++ b/bucket/subloader.json @@ -0,0 +1,32 @@ +{ + "version": "1.7.0", + "description": "Subloader enables you to quickly find and download subtitles for your video files using OpenSubtitles API.", + "homepage": "https://github.com/Valyreon/Subloader", + "license": "MIT-Modern-Variant", + "architecture": { + "64bit": { + "url": "https://github.com/Valyreon/Subloader/releases/download/v1.7.0/scoop.zip", + "hash": "a0ad188706b219d26992557d861c9ae7ed8b5c6499b6d12aa6f0c4b425e854f4" + } + }, + "post_install": "powershell -NoProfile -Command \"& '$dir\\add_to_openwith_menu.ps1'\"", + "bin": "subloader-cli.exe", + "shortcuts": [ + [ + "subload.exe", + "Subloader" + ] + ], + "pre_uninstall": "powershell -NoProfile -Command \"reg.exe import '$dir\\clean_registry.reg'\"", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Valyreon/Subloader/releases/download/v$version/scoop.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +} From 699bad3ce7ba1ff4f666e348c09b25c56993fecc Mon Sep 17 00:00:00 2001 From: Valyreon Date: Mon, 27 Apr 2026 00:29:55 +0200 Subject: [PATCH 2/4] Updated licence and added suggest per review suggestions --- bucket/subloader.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/subloader.json b/bucket/subloader.json index 1d17667fe2babe..8de34b5928d649 100644 --- a/bucket/subloader.json +++ b/bucket/subloader.json @@ -2,7 +2,10 @@ "version": "1.7.0", "description": "Subloader enables you to quickly find and download subtitles for your video files using OpenSubtitles API.", "homepage": "https://github.com/Valyreon/Subloader", - "license": "MIT-Modern-Variant", + "license": "MIT", + "suggest": { + ".NET 10 Runtime": "dotnet/runtime" + }, "architecture": { "64bit": { "url": "https://github.com/Valyreon/Subloader/releases/download/v1.7.0/scoop.zip", From 2dc184a2fe15798b5d669b6d4d3f51cf694f242c Mon Sep 17 00:00:00 2001 From: Valyreon <18052197+Valyreon@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:53:23 +0200 Subject: [PATCH 3/4] Update bucket/subloader.json Apply runtime suggestion Co-authored-by: z-Fng <54583083+z-Fng@users.noreply.github.com> --- bucket/subloader.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/subloader.json b/bucket/subloader.json index 8de34b5928d649..38d06f297d6cfd 100644 --- a/bucket/subloader.json +++ b/bucket/subloader.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/Valyreon/Subloader", "license": "MIT", "suggest": { - ".NET 10 Runtime": "dotnet/runtime" + ".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0" }, "architecture": { "64bit": { From 3f5b5718f7027973a27db18719b877049988a8b0 Mon Sep 17 00:00:00 2001 From: Valyreon Date: Mon, 27 Apr 2026 22:57:32 +0200 Subject: [PATCH 4/4] Added support for global installation and improved scripts for install/cleanup --- bucket/subloader.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/subloader.json b/bucket/subloader.json index 38d06f297d6cfd..10b67f70a50f12 100644 --- a/bucket/subloader.json +++ b/bucket/subloader.json @@ -9,10 +9,10 @@ "architecture": { "64bit": { "url": "https://github.com/Valyreon/Subloader/releases/download/v1.7.0/scoop.zip", - "hash": "a0ad188706b219d26992557d861c9ae7ed8b5c6499b6d12aa6f0c4b425e854f4" + "hash": "dcf162b6c1c6d5b20e46a3e69a9eb0ba5a18d040681bc2c11a5cdb71b2eda977" } }, - "post_install": "powershell -NoProfile -Command \"& '$dir\\add_to_openwith_menu.ps1'\"", + "post_install": ". \"$dir\\create_registry.ps1\"", "bin": "subloader-cli.exe", "shortcuts": [ [ @@ -20,7 +20,7 @@ "Subloader" ] ], - "pre_uninstall": "powershell -NoProfile -Command \"reg.exe import '$dir\\clean_registry.reg'\"", + "pre_uninstall": ". \"$dir\\clean_registry.ps1\"", "checkver": "github", "autoupdate": { "architecture": {