Versions/bucket/sharex-dev.json
2026-07-29 11:00:36 +00:00

41 lines
1.3 KiB
JSON

{
"version": "21.0.0.1322",
"description": "Screen capture, file sharing and productivity tool. (Dev. Version)",
"homepage": "https://getsharex.com",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/ShareX/DevBuilds/releases/download/v21.0.0.1322/ShareX-21.0.0.1322-portable-x64.zip",
"hash": "dfa2674723c42bc18debd0afee4827d140fc1ef6b02c3606535cdf5c97d89d05"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\PersonalPath.cfg\")) { New-Item \"$dir\\PersonalPath.cfg\" | Out-Null }",
"bin": "ShareX.exe",
"shortcuts": [
[
"ShareX.exe",
"ShareX Dev"
]
],
"persist": [
"PersonalPath.cfg",
"ShareX"
],
"checkver": {
"github": "https://github.com/ShareX/DevBuilds",
"jsonpath": "$.tag_name",
"regex": "v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ShareX/DevBuilds/releases/download/v$version/ShareX-$version-portable-x64.zip"
}
},
"hash": {
"url": "https://github.com/ShareX/DevBuilds/releases/tag/v$version",
"regex": "$basename</td>\\s*<td><code>$sha256</code>"
}
}
}