Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions bucket/subloader.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"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",
"suggest": {
".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0"
},
"architecture": {
"64bit": {
"url": "https://github.com/Valyreon/Subloader/releases/download/v1.7.0/scoop.zip",
"hash": "dcf162b6c1c6d5b20e46a3e69a9eb0ba5a18d040681bc2c11a5cdb71b2eda977"
}
},
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"post_install": ". \"$dir\\create_registry.ps1\"",
"bin": "subloader-cli.exe",
"shortcuts": [
[
"subload.exe",
"Subloader"
]
],
"pre_uninstall": ". \"$dir\\clean_registry.ps1\"",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Valyreon/Subloader/releases/download/v$version/scoop.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}
Loading