Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions bucket/shaderglass.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.2.3",
"version": "1.2.3.1",
"description": "Creates an overlay for running GPU shaders on top of the Windows desktop.",
"homepage": "https://github.com/mausimus/ShaderGlass",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/mausimus/ShaderGlass/releases/download/v1.2.3/ShaderGlass-1.2.3-win-x64.zip",
"hash": "af44321e8631835fe68bb28d49db241ca1d2723a902106f0457759472cb7694c"
"url": "https://github.com/mausimus/ShaderGlass/releases/download/v1.2.3/ShaderGlass-1.2.3.1-win-x64.zip",
"hash": "92538dbaa311dec91e6194c864dc9240fbf00d06e908ba9e4a52b1f87f549145"
}
},
"bin": "ShaderGlass.exe",
Expand All @@ -16,11 +16,15 @@
"ShaderGlass"
]
],
"checkver": "github",
"checkver": {
"url": "https://api.github.com/repositories/308317827/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "/download/(?<tag>v?[\\d.]+)/ShaderGlass-(?<version>[\\d.]+)-win-x64\\.zip"
},
Comment thread
z-Fng marked this conversation as resolved.
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mausimus/ShaderGlass/releases/download/v$version/ShaderGlass-$version-win-x64.zip"
"url": "https://github.com/mausimus/ShaderGlass/releases/download/$matchTag/ShaderGlass-$version-win-x64.zip"
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
}
Expand Down