From 0f8f086e010d114764c9a8ccb4a37cd82d643dee Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 22 Jul 2024 09:03:31 -0700 Subject: [PATCH] Lowercase product name for Linux --- package.json | 2 +- src-tauri/tauri.linux.conf.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src-tauri/tauri.linux.conf.json diff --git a/package.json b/package.json index f93547c9..29f8f997 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "yaak", + "name": "yaak-app", "private": true, "version": "0.0.0", "type": "module", diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json new file mode 100644 index 00000000..24268fdc --- /dev/null +++ b/src-tauri/tauri.linux.conf.json @@ -0,0 +1,3 @@ +{ + "productName": "yaak" +}