Skip to content

Commit

Permalink
video2x: Add version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Nov 5, 2024
1 parent 8e5c2b0 commit ea449be
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/rustdesk-nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"hash": "32679dede9430cefa522079289343e376dfe7a3263aea670395485f7f7206858"
}
},
"pre_install": "Get-ChildItem \"$dir\" 'rustdesk-*.exe' | Select-Object -First 1 | Rename-Item -NewName 'RustDesk.exe'",
"shortcuts": [
[
"RustDesk.exe",
"RustDesk"
]
],
"pre_install": "Get-ChildItem \"$dir\" 'rustdesk-*.exe' | Select-Object -First 1 | Rename-Item -NewName 'RustDesk.exe'",
"checkver": {
"script": [
"try {",
Expand Down
30 changes: 30 additions & 0 deletions bucket/video2x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "6.1.0",
"description": "A machine learning-based lossless video super resolution framework. Est. Hack the Valley II, 2018.",
"homepage": "https://github.com/K4YT3X/video2x",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/k4yt3x/video2x/releases/download/6.1.0/video2x-qt6-windows-amd64.zip",
"hash": "6fa779698db9e720a1009ba7ab9616d8a1cc348f5d38ee1940bdab603c5d21a8"
}
},
"bin": "video2x.exe",
"shortcuts": [
[
"video2x-qt6.exe",
"video2x"
]
],
"checkver": {
"url": "https://api.github.com/repositories/122758193/releases",
"jsonpath": "$[0].tag_name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/k4yt3x/video2x/releases/download/$version/video2x-qt6-windows-amd64.zip"
}
}
}
}

0 comments on commit ea449be

Please sign in to comment.