diff --git a/bucket/wcap.json b/bucket/wcap.json new file mode 100644 index 00000000000000..9eec29d2a80911 --- /dev/null +++ b/bucket/wcap.json @@ -0,0 +1,39 @@ +{ + "version": "20251127", + "description": "Small and efficient screen recording utility for Windows 10 and 11.", + "homepage": "https://github.com/mmozeiko/wcap", + "license": "Unlicense license", + "architecture": { + "64bit": { + "url": "https://raw.githubusercontent.com/wiki/mmozeiko/wcap/wcap-x64.exe#/wcap.exe", + "hash": "4bd124febf537f0f569bd5cb7486ddbb9e664b509f39e421e6949767829b6be6" + }, + "arm64": { + "url": "https://raw.githubusercontent.com/wiki/mmozeiko/wcap/wcap-arm64.exe#/wcap.exe", + "hash": "1f8e6dfab3b2e87e7570340173b021109a699d64ca656e255a15fb83e126e2d7" + } + }, + "shortcuts": [ + [ + "wcap.exe", + "wcap" + ] + ], + "pre_install": "if (!(Test-Path \"$persist_dir\\wcap.ini\")) { New-Item \"$persist_dir\\wcap.ini\" | Out-Null }", + "persist": "wcap.ini", + "checkver": { + "url": "https://github.com/mmozeiko/wcap/commits/main.atom", + "regex": "(\\d{4})-(\\d{2})-(\\d{2})", + "replace": "$1$2$3" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://raw.githubusercontent.com/wiki/mmozeiko/wcap/wcap-x64.exe#/wcap.exe" + }, + "arm64": { + "url": "https://raw.githubusercontent.com/wiki/mmozeiko/wcap/wcap-arm64.exe#/wcap.exe" + } + } + } +}