mirror of
https://github.com/kanidm/kanidm.git
synced 2025-06-05 23:57:45 +02:00
Add kanidm_ssh_authorizedkeys_direct to client deb
Include the `kanidm_ssh_authorizedkeys_direct` binary in the client deb. This ensures consistency with other packages (suse, cargo, etc.). Fix #3584
This commit is contained in:
parent
ff6e97164f
commit
20edb7569f
|
@ -112,6 +112,11 @@ assets = [
|
|||
"usr/bin/",
|
||||
"755",
|
||||
],
|
||||
[
|
||||
"target/release/kanidm_ssh_authorizedkeys_direct",
|
||||
"usr/bin/",
|
||||
"755",
|
||||
],
|
||||
[
|
||||
"../../examples/config",
|
||||
"usr/share/kanidm/",
|
||||
|
|
Loading…
Reference in a new issue