Skip to content

Commit 4860718

Browse files
committed
Specify assets for cargo-deb
1 parent e6877f7 commit 4860718

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,9 @@ opt-level = 2
100100
lto = "fat"
101101
strip = "symbols"
102102
panic = "abort"
103+
104+
[package.metadata.deb]
105+
assets = [
106+
["target/release/oxipng", "usr/bin/", "755"],
107+
["target/assets/oxipng.1", "usr/share/man/man1/", "644"],
108+
]

0 commit comments

Comments
 (0)