mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-22 20:06:18 +02:00
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Donut",
|
|
"version": "0.21.2",
|
|
"identifier": "com.donutbrowser",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm copy-proxy-binary && pnpm dev",
|
|
"devUrl": "http://localhost:12341",
|
|
"beforeBuildCommand": "pnpm copy-proxy-binary && (test -d ../dist || pnpm build)",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["app", "dmg", "nsis", "deb", "rpm", "appimage"],
|
|
"category": "Productivity",
|
|
"externalBin": ["binaries/donut-proxy", "binaries/donut-daemon"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico",
|
|
"icons/icon.png"
|
|
],
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "10.13",
|
|
"exceptionDomain": "",
|
|
"signingIdentity": null,
|
|
"providerShortName": null,
|
|
"entitlements": "entitlements.plist",
|
|
"files": {
|
|
"Info.plist": "Info.plist"
|
|
}
|
|
},
|
|
"linux": {
|
|
"deb": {
|
|
"desktopTemplate": "donutbrowser.desktop",
|
|
"depends": ["xdg-utils"]
|
|
},
|
|
"rpm": {
|
|
"desktopTemplate": "donutbrowser.desktop",
|
|
"depends": ["xdg-utils"]
|
|
},
|
|
"appimage": {
|
|
"files": {
|
|
"usr/share/applications/donutbrowser.desktop": "donutbrowser.desktop"
|
|
}
|
|
}
|
|
},
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"plugins": {
|
|
"deep-link": {
|
|
"desktop": {
|
|
"schemes": ["http", "https"]
|
|
}
|
|
}
|
|
}
|
|
}
|