Files
Pake/src-tauri/tauri.conf.json
2025-12-18 19:56:33 +08:00

21 lines
377 B
JSON
Vendored

{
"productName": "Notebooklm",
"identifier": "com.google.Notebooklm",
"version": "1.0.0",
"app": {
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/notebooklm_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},
"security": {
"headers": {},
"csp": null
}
},
"build": {
"frontendDist": "../dist"
}
}