mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-29 10:05:53 +00:00
58 lines
No EOL
1.3 KiB
JSON
58 lines
No EOL
1.3 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2.0.0",
|
|
"productName": "VibeTunnel",
|
|
"identifier": "com.vibetunnel.app",
|
|
"build": {
|
|
"beforeDevCommand": "cd ../web && npm run build",
|
|
"beforeBuildCommand": "cd ../web && npm run build",
|
|
"frontendDist": "../public"
|
|
},
|
|
"app": {
|
|
"windows": [],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"resources": [
|
|
"icons/menu-bar-icon.png",
|
|
"icons/menu-bar-icon@2x.png",
|
|
"icons/tray-icon.png",
|
|
"icons/tray-icon@2x.png",
|
|
"../../web/native/vibetunnel",
|
|
"../../web/native/*.node",
|
|
"../../web/native/spawn-helper",
|
|
"../../web/public/**/*"
|
|
],
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "10.15",
|
|
"exceptionDomain": "localhost",
|
|
"signingIdentity": null,
|
|
"providerShortName": null,
|
|
"entitlements": "entitlements.plist"
|
|
},
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
},
|
|
"linux": {
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"appimage": {
|
|
"bundleMediaFramework": true
|
|
}
|
|
}
|
|
}
|
|
} |