Fix Tauri config

This commit is contained in:
Gregory Schier
2024-09-16 08:58:39 -07:00
parent 94654cddef
commit 61c333fd04

View File

@@ -2,8 +2,6 @@
"productName": "Yaak",
"version": "0.0.0",
"identifier": "app.yaak.desktop",
"publisher": "Yaak",
"copyright": "Yaak",
"build": {
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run dev:js",
@@ -41,7 +39,7 @@
},
"bundle": {
"publisher": "Yaak",
"licence": "MIT",
"license": "MIT",
"copyright": "Yaak",
"homepage": "https://yaak.app",
"active": true,