This commit is contained in:
John Vandenberg
2024-06-08 15:33:29 +08:00
committed by GitHub
parent 8d078757e8
commit df5666f536
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"repository": "https://github.com/ducaale/xh",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
"version_range": ">= 0.22.0",
"platform": {
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target}.zip"
},
"x86_64_linux_musl": {},
"aarch64_macos": {},
"aarch64_linux_musl": {}
}
}