From d34b38353f269614f076bdcb9d6a7fa72c840348 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Sun, 31 Aug 2025 02:15:11 +0200 Subject: [PATCH] update bundle metadata Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- src-tauri/tauri.conf.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5d307a3..a8fe373 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Rclone UI", + "mainBinaryName": "Rclone UI", "version": "1.7.2", "identifier": "com.stray.app", "build": { @@ -62,6 +63,10 @@ "icons/favicon/frame_16_delay-0.1s.png", "icons/favicon/frame_17_delay-0.1s.png" ], + "shortDescription": "Cross-platform GUI for rclone & S3", + "longDescription": "Cross-platform GUI for rclone & S3", + "license": "Apache-2.0", + "homepage": "https://github.com/rclone-ui/rclone-ui", "category": "Utility", "copyright": "Copyright © 2025 Rclone UI.", "macOS": {