27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "doze-translate",
|
|
"version": "0.1.0",
|
|
"identifier": "com.tsevei.top",
|
|
"build": {
|
|
"beforeDevCommand": "deno task dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "deno task build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"macOSPrivateApi": true,
|
|
"windows": [],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/icon.icns"
|
|
]
|
|
}
|
|
}
|