From ad21b3dd9a9c4a0dbdaf11f0cf5c6afcd3166d4f Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 3 Dec 2025 17:04:57 +0900 Subject: [PATCH] Cargo.toml: add mysql-admutils symlinks to deb --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0ad5f76..cbaae68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",