48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "Jan",
|
|
"width": 1200,
|
|
"minWidth": 1024,
|
|
"height": 800,
|
|
"minHeight": 740,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"zoomHotkeysEnabled": true,
|
|
"center": true,
|
|
"hiddenTitle": true,
|
|
"transparent": false,
|
|
"trafficLightPosition": {
|
|
"x": 20,
|
|
"y": 32
|
|
},
|
|
"decorations": true,
|
|
"titleBarStyle": "Overlay",
|
|
"windowEffects": {
|
|
"effects": ["fullScreenUI", "mica", "tabbed", "blur", "acrylic"],
|
|
"state": "active"
|
|
},
|
|
"dragDropEnabled": false
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["deb", "appimage"],
|
|
"resources": ["resources/pre-install/**/*", "resources/LICENSE", "resources/bin/jan-cli"],
|
|
"externalBin": ["resources/bin/uv"],
|
|
"linux": {
|
|
"appimage": {
|
|
"bundleMediaFramework": false,
|
|
"files": {}
|
|
},
|
|
"deb": {
|
|
"files": {
|
|
"usr/bin/bun": "resources/bin/bun"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|