From 7e44737c204e357fadd6e25261de53a1918ce621 Mon Sep 17 00:00:00 2001 From: Shoaib Merchant Date: Sat, 20 Apr 2024 18:08:57 +0530 Subject: [PATCH] build: updated assets bunding in deb for connect-app --- client/app/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/app/Cargo.toml b/client/app/Cargo.toml index fca1be24..4e6e7b69 100644 --- a/client/app/Cargo.toml +++ b/client/app/Cargo.toml @@ -44,6 +44,12 @@ tonic-build = "0.9.2" name = "mecha-connect" depends = "$auto" assets = [ + # assets + [ + "src/assets", + "/usr/mecha/connect", + "755", + ], # binary [ "../../target/release/mecha-connect",