You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
755 B

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "rideinn",
"version": "0.1.0",
"identifier": "com.cyclocrust.ridein",
"build": {
"frontendDist": "../src"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "main",
"visible": false
},
{
"label": "splashscreen",
"url": "splashscreen"
},
{
"label": "connect",
"url": "connect",
"visible": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}