Skip to content

Commit f40bad3

Browse files
Binstall
1 parent c637b98 commit f40bad3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kjspkg"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "An easy-to-use and ergonomic CLI for KJSPKG."
55
edition.workspace = true
66
license.workspace = true
@@ -43,3 +43,7 @@ tokio.workspace = true
4343
tracing.workspace = true
4444
tracing-subscriber.workspace = true
4545
url.workspace = true
46+
47+
[package.metadata.binstall]
48+
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
49+
bin-dir = "{ bin }{ binary-ext }"

0 commit comments

Comments
 (0)