From 94654cddefe5ae329067ee3be59c810095fbf127 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 16 Sep 2024 08:57:20 -0700 Subject: [PATCH] Update tauri config --- src-tauri/tauri.conf.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ab93edc3..b325f86a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,13 +2,13 @@ "productName": "Yaak", "version": "0.0.0", "identifier": "app.yaak.desktop", + "publisher": "Yaak", + "copyright": "Yaak", "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev:js", "devUrl": "http://localhost:1420", - "frontendDist": "../dist", - "publisher": "Yaak", - "copyright": "Yaak" + "frontendDist": "../dist" }, "app": { "withGlobalTauri": false, @@ -40,6 +40,10 @@ } }, "bundle": { + "publisher": "Yaak", + "licence": "MIT", + "copyright": "Yaak", + "homepage": "https://yaak.app", "active": true, "category": "DeveloperTool", "externalBin": [