diff --git a/bucket/open-tv.json b/bucket/open-tv.json new file mode 100644 index 00000000000000..8f8615271e8310 --- /dev/null +++ b/bucket/open-tv.json @@ -0,0 +1,33 @@ +{ + "version": "1.3.1", + "description": "Ultra-fast, simple and open-source IPTV app", + "homepage": "https://github.com/Fredolx/open-tv", + "license": "GPL-2.0-only", + "depends": [ + "mpv", + "ffmpeg", + "yt-dlp" + ], + "architecture": { + "64bit": { + "url": "https://github.com/fredolx/open-tv/releases/download/v1.3.1/Open.TV_1.3.1_x64_en-US.msi", + "hash": "8D39B36CF4F1A877F0E5647A63B8DDCC50333E56F6BEAF9142C95F5BCF085E36" + } + }, + "extract_dir": "PFiles\\Open TV", + "bin": "open_tv.exe", + "shortcuts": [ + [ + "open_tv.exe", + "Open TV" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/fredolx/open-tv/releases/download/v$version/Open.TV_$version_x64_en-US.msi" + } + } + } +} \ No newline at end of file