From b84e82b15f95601dcb47adb94c71c209041476e2 Mon Sep 17 00:00:00 2001 From: Vincent Jousse Date: Fri, 26 Apr 2024 13:03:15 +0200 Subject: [PATCH] fix: binary name --- 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 43f8d79..cbcdf3a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "distDir": "../dist" }, "package": { - "productName": "tauri-pomodorolm", + "productName": "pomodorolm", "version": "0.0.1" }, "tauri": { @@ -21,7 +21,9 @@ }, "fs": { "readFile": true, - "scope": ["$RESOURCE/*"] + "scope": [ + "$RESOURCE/*" + ] } }, "systemTray": { @@ -52,7 +54,9 @@ "providerShortName": null, "signingIdentity": null }, - "resources": ["audio/*"], + "resources": [ + "audio/*" + ], "shortDescription": "", "targets": "all", "windows": {