mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-19 19:56:50 +00:00
Add package metadata to generate rpm packages
This commit is contained in:
parent
0e690cbb85
commit
b6694b9e53
@ -46,3 +46,9 @@ assets = [
|
|||||||
["target/release/osc-variant", "usr/bin/", "755"],
|
["target/release/osc-variant", "usr/bin/", "755"],
|
||||||
["completion/osc-variant.bash", "etc/bash_completion.d/", "644"]
|
["completion/osc-variant.bash", "etc/bash_completion.d/", "644"]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.metadata.generate-rpm]
|
||||||
|
assets = [
|
||||||
|
{ source = "target/release/osc-variant", dest = "/usr/bin/", mode = "755" },
|
||||||
|
{ source = "completion/osc-variant.bash", dest = "/etc/bash_completion.d/", mode = "644" }
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user