forked from Berry-Dash/launcher
30 lines
606 B
JSON
30 lines
606 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Berry Dash Launcher",
|
|
"version": "1.1.0",
|
|
"identifier": "xyz.lncvrt.berrydash-launcher",
|
|
"build": {
|
|
"beforeDevCommand": "yarn dev",
|
|
"devUrl": "http://localhost:3000",
|
|
"beforeBuildCommand": "yarn build",
|
|
"frontendDist": "../out"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Berry Dash Launcher",
|
|
"width": 1000,
|
|
"height": 600,
|
|
"resizable": false,
|
|
"maximizable": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": false
|
|
}
|
|
}
|