Cargo.toml: add mysql-admutils symlinks to deb
All checks were successful
Build and test / check (push) Successful in 1m43s
Build and test / build (push) Successful in 3m57s
Build and test / test (push) Successful in 3m5s
Build and test / check-license (push) Successful in 5m30s
Build and test / docs (push) Successful in 6m12s

This commit is contained in:
2025-12-03 17:04:57 +09:00
parent fbf90a456a
commit ad21b3dd9a

View File

@@ -86,6 +86,16 @@ assets = [
"usr/bin/",
"755",
],
[
"target/release/mysql-useradm",
"usr/bin/",
"644",
],
[
"target/release/mysql-dbadm",
"usr/bin/",
"644",
],
[
"assets/debian/config.toml",
"etc/muscl/config.toml",