Files
PinePods-nix/PinePods-0.8.2/web/src-tauri/tauri.conf.json
2026-03-03 10:57:43 -05:00

71 lines
1.6 KiB
JSON

{
"build": {
"beforeBuildCommand": "",
"beforeDevCommand": "RUSTFLAGS='--cfg=web_sys_unstable_apis --cfg getrandom_backend=\"wasm_js\"' trunk serve",
"devUrl": "http://localhost:8080",
"frontendDist": "../dist"
},
"identifier": "com.gooseberrydevelopment.pinepods",
"productName": "Pinepods",
"version": "1.2.4",
"app": {
"trayIcon": {
"iconPath": "icons/icon.png",
"iconAsTemplate": true
},
"withGlobalTauri": true,
"security": {
"csp": null
},
"windows": [
{
"fullscreen": false,
"height": 1000,
"resizable": true,
"title": "Pinepods",
"width": 1200
}
]
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"linux": {
"deb": {
"depends": [],
"files": {
"/usr/share/metainfo/com.gooseberrydevelopment.pinepods.metainfo.xml": "./com.gooseberrydevelopment.pinepods.metainfo.xml"
}
}
},
"android": {
"versionCode": 100
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
}
}