mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-12 01:14:27 +02:00
Update tauri config
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
"productName": "Yaak",
|
"productName": "Yaak",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"identifier": "app.yaak.desktop",
|
"identifier": "app.yaak.desktop",
|
||||||
|
"publisher": "Yaak",
|
||||||
|
"copyright": "Yaak",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeBuildCommand": "npm run build",
|
"beforeBuildCommand": "npm run build",
|
||||||
"beforeDevCommand": "npm run dev:js",
|
"beforeDevCommand": "npm run dev:js",
|
||||||
"devUrl": "http://localhost:1420",
|
"devUrl": "http://localhost:1420",
|
||||||
"frontendDist": "../dist",
|
"frontendDist": "../dist"
|
||||||
"publisher": "Yaak",
|
|
||||||
"copyright": "Yaak"
|
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": false,
|
"withGlobalTauri": false,
|
||||||
@@ -40,6 +40,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
|
"publisher": "Yaak",
|
||||||
|
"licence": "MIT",
|
||||||
|
"copyright": "Yaak",
|
||||||
|
"homepage": "https://yaak.app",
|
||||||
"active": true,
|
"active": true,
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool",
|
||||||
"externalBin": [
|
"externalBin": [
|
||||||
|
|||||||
Reference in New Issue
Block a user