mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-09 17:25:42 +00:00
f5e228a589
- Enable native elevation on macOS and Windows with theme-aware active and inactive contours. - Track native window focus with race-safe registration and cleanup across main and Properties shells. - Disable unsupported Linux shadows explicitly and cover focus and platform policies with regression tests.
40 lines
983 B
JSON
40 lines
983 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"create": false,
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 800,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": false,
|
|
"decorations": false,
|
|
"shadow": 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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|