Add knope (#553)

* Add knope

* Update tag_prefix
This commit is contained in:
John Vandenberg
2024-06-21 17:35:52 +08:00
committed by GitHub
parent a6c0face45
commit 8162519fa9
4 changed files with 105 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"repository": "https://github.com/knope-dev/knope",
"tag_prefix": "knope/v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tgz",
"bin": "${package}-${rust_target}/${package}${exe}",
"version_range": ">= 0.16.0",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
"aarch64_macos": {}
}
}