millelibri/crates/zlib-searcher-desktop/tauri.conf.json

71 lines
1.6 KiB
JSON

{
"build": {
"beforeBuildCommand": "cd ../frontend && pnpm run build",
"beforeDevCommand": "cd ../frontend && pnpm run dev",
"devPath": "http://localhost:5173/",
"distDir": "../../frontend/dist"
},
"package": {
"productName": "zLib Searcher",
"version": "0.1.0"
},
"tauri": {
"allowlist": {
"all": false,
"shell": {
"open": true
},
"dialog": {
"open": true
}
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"../../frontend/src/assets/favicon/favicon-32x32.png",
"../../frontend/src/assets/favicon/android-chrome-512x512.png",
"../../frontend/src/assets/favicon/android-chrome-512x512.png",
"icons/icon.icns",
"../../frontend/src/assets/favicon/favicon.ico"
],
"identifier": "com.github.zlib-searcher",
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"height": 900,
"resizable": true,
"title": "zLib Searcher",
"width": 1500
}
]
}
}