build: Add config and shell completions to .deb package assets
- Config-Beispiel: /usr/share/doc/NameToUnix/config.toml.example - Bash-Completion: /etc/bash_completion.d/ntu - Zsh-Completion: /usr/share/zsh/vendor-completions/_ntu - Fish-Completion: /usr/share/fish/vendor_completions.d/ntu.fish Package Size: 868 KB Installed Size: ~3 MB
This commit is contained in:
parent
b84dd70f80
commit
2eab4e7592
1 changed files with 4 additions and 0 deletions
|
|
@ -66,5 +66,9 @@ assets = [
|
|||
["target/release/ntu", "usr/bin/", "755"],
|
||||
["README.md", "usr/share/doc/NameToUnix/README", "644"],
|
||||
["man/ntu.1", "usr/share/man/man1/", "644"],
|
||||
[".NameToUnix.conf", "usr/share/doc/NameToUnix/config.toml.example", "644"],
|
||||
["completions/ntu.bash", "etc/bash_completion.d/ntu", "644"],
|
||||
["completions/_ntu", "usr/share/zsh/vendor-completions/_ntu", "644"],
|
||||
["completions/ntu.fish", "usr/share/fish/vendor_completions.d/ntu.fish", "644"],
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue