fix: match peekaboo arm64 release asset

This commit is contained in:
Peter Steinberger 2026-05-03 16:40:35 +01:00
parent de56f637f2
commit 433c7b06af
No known key found for this signature in database

View File

@ -212,7 +212,7 @@ func main() {
Name: "peekaboo",
Repo: "steipete/peekaboo",
Assets: []AssetSpec{
{System: "aarch64-darwin", Regex: regexp.MustCompile(`peekaboo-macos-universal\.tar\.gz`)},
{System: "aarch64-darwin", Regex: regexp.MustCompile(`peekaboo-macos-(?:arm64|universal)\.tar\.gz`)},
},
NixFile: filepath.Join(repoRoot, "nix", "pkgs", "peekaboo.nix"),
},