Skip to content

Commit

Permalink
blink: add version 0.0.7-dev
Browse files Browse the repository at this point in the history
Signed-off-by: FlawlessCasual17 <[email protected]>
  • Loading branch information
FlawlessCasual17 committed Nov 22, 2024
1 parent d31c3d7 commit 0f3c5bb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/blink.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit 0f3c5bb

Please sign in to comment.