Skip to content

Commit 824fa60

Browse files
Quadstronautclaude
andcommitted
packaging: add Scoop bucket manifest
Prep for distribution via Scoop. Manifest pinned to v0.1.1 with sha256 of the released QuadClicker.exe and an autoupdate template that tracks future GitHub releases. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 314e8f7 commit 824fa60

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Scoop/quadclicker.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.1.1",
3+
"description": "A native, open-source auto-clicker for Windows.",
4+
"homepage": "https://github.com/Quadstronaut/QuadClicker/",
5+
"license": "GPL-3.0-only",
6+
"url": "https://github.com/Quadstronaut/QuadClicker/releases/download/v0.1.1/QuadClicker.exe",
7+
"hash": "sha256:1550182037797286b0dfe4cb744e19136c457f74a191e6977feb95666fba8ea7",
8+
"bin": "QuadClicker.exe",
9+
"checkver": "github",
10+
"autoupdate": {
11+
"url": "https://github.com/Quadstronaut/QuadClicker/releases/download/v$version/QuadClicker.exe"
12+
}
13+
}

0 commit comments

Comments
 (0)