Skip to content
Open
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
39 changes: 39 additions & 0 deletions bucket/wcap.json
Original file line number Diff line number Diff line change
@@ -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": "<updated>(\\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"
}
}
}
}