30 lines
599 B
JSON
30 lines
599 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Lncvrt Games Launcher",
|
|
"version": "1.2.0",
|
|
"identifier": "xyz.lncvrt.games-launcher",
|
|
"build": {
|
|
"beforeDevCommand": "next dev",
|
|
"devUrl": "http://localhost:3000",
|
|
"beforeBuildCommand": "next build",
|
|
"frontendDist": "../out"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Lncvrt Games Launcher",
|
|
"width": 1000,
|
|
"height": 600,
|
|
"minWidth": 875,
|
|
"minHeight": 500
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": false
|
|
}
|
|
}
|