34 lines
677 B
JSON
34 lines
677 B
JSON
|
|
{
|
||
|
|
"productName": "Claude",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"identifier": "no.naiv.claude-app",
|
||
|
|
"build": {
|
||
|
|
"frontendDist": "../src"
|
||
|
|
},
|
||
|
|
"app": {
|
||
|
|
"withGlobalTauri": true,
|
||
|
|
"windows": [],
|
||
|
|
"security": {
|
||
|
|
"dangerousDisableAssetCspModification": true,
|
||
|
|
"assetProtocol": {
|
||
|
|
"enable": false
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"bundle": {
|
||
|
|
"active": true,
|
||
|
|
"targets": ["deb", "appimage"],
|
||
|
|
"icon": [
|
||
|
|
"icons/32x32.png",
|
||
|
|
"icons/128x128.png",
|
||
|
|
"icons/128x128@2x.png",
|
||
|
|
"icons/icon.icns",
|
||
|
|
"icons/icon.ico"
|
||
|
|
],
|
||
|
|
"linux": {
|
||
|
|
"deb": {
|
||
|
|
"depends": ["libwebkit2gtk-4.1-0", "libayatana-appindicator3-1"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|