From cba3b71b8d9d7e9bde4bc0472a1936a666925c88 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Tue, 10 Feb 2026 21:50:45 +0800 Subject: [PATCH] add dep for layer shell --- src-tauri/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0cc8554..f0c9acc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -56,6 +56,9 @@ "entitlements": "Entitlements.plist" }, "linux": { + "deb": { + "depends": ["libgtk-layer-shell0"] + }, "rpm": { "compression": { "type": "none"