2026-02-16 11:46:01 +01:00
|
|
|
{
|
2026-02-16 13:31:33 +01:00
|
|
|
"productName": "claudify",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"identifier": "no.naiv.claudify",
|
2026-02-16 11:46:01 +01:00
|
|
|
"build": {
|
|
|
|
|
"frontendDist": "../src"
|
|
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"withGlobalTauri": true,
|
|
|
|
|
"windows": [],
|
|
|
|
|
"security": {
|
|
|
|
|
"dangerousDisableAssetCspModification": true,
|
|
|
|
|
"assetProtocol": {
|
|
|
|
|
"enable": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
2026-02-16 13:31:33 +01:00
|
|
|
"targets": ["deb"],
|
2026-02-16 11:46:01 +01:00
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
|
"icons/icon.icns",
|
|
|
|
|
"icons/icon.ico"
|
|
|
|
|
],
|
|
|
|
|
"linux": {
|
|
|
|
|
"deb": {
|
2026-02-16 13:31:33 +01:00
|
|
|
"depends": ["libwebkit2gtk-4.1-0", "libayatana-appindicator3-1"],
|
|
|
|
|
"section": "web",
|
|
|
|
|
"desktopTemplate": "claudify.desktop"
|
2026-02-16 11:46:01 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|