Skip to content

Commit 321e771

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,11 @@ 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+
["README.md", "usr/share/doc/oxipng/", "644"],
109+
["CHANGELOG.md", "usr/share/doc/oxipng/", "644"],
110+
]

0 commit comments

Comments
 (0)