38 lines
818 B
JSON
38 lines
818 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Lncvrt Games Launcher",
|
|
"version": "1.5.8",
|
|
"identifier": "xyz.lncvrt.games-launcher",
|
|
"build": {
|
|
"beforeDevCommand": "next dev --webpack",
|
|
"devUrl": "http://localhost:3000",
|
|
"beforeBuildCommand": "next build",
|
|
"frontendDist": "../out"
|
|
},
|
|
"app": {
|
|
"macOSPrivateApi": true,
|
|
"windows": [
|
|
{
|
|
"title": "Lncvrt Games Launcher",
|
|
"width": 1000,
|
|
"height": 600,
|
|
"minWidth": 875,
|
|
"minHeight": 500,
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["app"],
|
|
"macOS": {
|
|
"minimumSystemVersion": "13.0"
|
|
},
|
|
"icon": ["icons/icon.icns"]
|
|
}
|
|
}
|