mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-19 07:36:17 +00:00
f7bafdeb0e
- Persist bounded logical main-window geometry with work-area-safe startup restoration. - Persist the Folders collapse preference in SQLite with guarded legacy localStorage migration. - Keep media transfer telemetry truthful and compact the transfer controls across locales. - Add bridge, presentation, persistence, geometry, and configuration regression coverage.
39 lines
958 B
JSON
39 lines
958 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"create": false,
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 800,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": false,
|
|
"decorations": false
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["appimage", "deb", "rpm"],
|
|
"linux": {
|
|
"appimage": {
|
|
"files": {
|
|
"usr/share/metainfo/com.nimbold.firelink.metainfo.xml": "linux/com.nimbold.firelink.metainfo.xml"
|
|
}
|
|
},
|
|
"deb": {
|
|
"recommends": ["desktop-file-utils", "xdg-utils"],
|
|
"files": {
|
|
"/usr/share/metainfo/com.nimbold.firelink.metainfo.xml": "linux/com.nimbold.firelink.metainfo.xml"
|
|
}
|
|
},
|
|
"rpm": {
|
|
"recommends": ["desktop-file-utils", "xdg-utils"],
|
|
"files": {
|
|
"/usr/share/metainfo/com.nimbold.firelink.metainfo.xml": "linux/com.nimbold.firelink.metainfo.xml"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|