-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |