frontend/src-tauri/tauri.conf.json

61 lines
1.2 KiB
JSON

{
"build": {
"beforeBuildCommand": "bun nuxt build --preset static",
"beforeDevCommand": "bun dev",
"frontendDist": "../.output/public",
"devUrl": "https://localhost:3000"
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"targets": "all",
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
},
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"linux": {
"deb": {
"depends": []
}
}
},
"productName": "Toothless",
"version": "0.1.0",
"identifier": "org.lysand.toothless",
"plugins": {},
"app": {
"windows": [
{
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "Toothless | Now 30% less features",
"width": 800
}
],
"security": {
"csp": null
}
}
}