From 29d758b1fda3ffa295829d12f267c5c66421d77f Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Tue, 30 Apr 2024 03:37:41 +0300 Subject: [PATCH] fix resources path for locales (ubuntu) --- desktop/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index c01ad16d..ebd59efc 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -22,7 +22,7 @@ "icons/icon.ico" ], "resources": [ - "locales/**/**" + "locales/**" ] }, "productName": "vibe",