Skip to content

Commit

Permalink
add biliup (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoilc authored Oct 23, 2024
1 parent af60405 commit dc48ea2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bucket/biliup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "0.4.78",
"description": "直播录制、视频下载和上传的工具, 提供了多种方式,自动化的完成录制上传",
"homepage": "https://biliup.github.io/biliup/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/biliup/biliup/releases/download/v0.4.78/biliup_v0.4.78.exe#/biliup.exe",
"hash": "dca553837d703a2770e01c955efcd7bfc0f4ddeafaebe1719b84887e3f8f7018"
}
},
"shortcuts": [
[
"biliup.exe",
"biliup"
]
],
"persist": "data",
"checkver": {
"github": "https://github.com/biliup/biliup"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/biliup/biliup/releases/download/v$version/biliup_v$version.exe#/biliup.exe"
}
}
}
}

0 comments on commit dc48ea2

Please sign in to comment.