From 2443bb9588ac5f140323b2bfa08771fc3be0707d Mon Sep 17 00:00:00 2001 From: Sekwah Date: Sun, 1 Oct 2023 03:55:31 +0100 Subject: [PATCH] chore(tauri): update bundle config --- app/tauri/tauri.conf.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/tauri/tauri.conf.json b/app/tauri/tauri.conf.json index b99c3617..35cb146e 100644 --- a/app/tauri/tauri.conf.json +++ b/app/tauri/tauri.conf.json @@ -7,7 +7,7 @@ "distDir": "../renderer/build" }, "package": { - "productName": "pomatez", + "productName": "Pomatez", "version": "1.3.0" }, "tauri": { @@ -20,7 +20,10 @@ }, "bundle": { "active": true, - "category": "DeveloperTool", + "publisher": "Roldan Montilla Jr", + "shortDescription": "Attractive pomodoro timer for Windows, Mac, and Linux.", + "category": "Productivity", + "targets": ["all"], "copyright": "", "deb": { "depends": []