From f5f2c37158978981afe37809478f79d9a0adbc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20Ra=C3=B1a=20Gayoso?= Date: Sun, 3 May 2026 22:13:45 +0200 Subject: [PATCH] feat(desktop): add category for linux build --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 33b40fbc8a..fa467914ab 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -64,6 +64,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "resources": ["resources/LICENSE"] + "resources": ["resources/LICENSE"], + "category": "Utility" } }