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" +}