diff --git a/bucket/blink.json b/bucket/blink.json new file mode 100644 index 000000000..7ea9df76d --- /dev/null +++ b/bucket/blink.json @@ -0,0 +1,30 @@ +{ + "##": "[System.IO.File]::WriteAllLines(, , [System.text.UTF8Encoding]($false))", + "version": "0.0.7-dev", + "homepage": "https://github.com/prayag17/Blink", + "description": "A modern Desktop Jellyfin Client made with Tauri and React.", + "license": "GPL-3.0", + "architecture": { + "64bit": { + "url": "https://github.com/prayag17/Blink/releases/download/v0.0.7-dev/Blink_0.0.7-dev_x64-setup.exe#/dl.7z", + "hash": "4276d0a2a81ccfaf6ed40fe5aad7130543577c94562866474fc7ac4d32e2b891" + } + }, + "shortcuts": [ + [ + "blink.exe", + "Blink" + ] + ], + "checkver": { + "github": "https://github.com/prayag17/Blink", + "regex": "v([\\d.]+?\\-[\\w]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/prayag17/Blink/releases/download/v$version/Blink_$version_x64-setup.exe#/dl.7z" + } + } + } +}