mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 20:18:37 +00:00
a0f44b79ad
Implement marker-based portable storage, portable WebView and log paths, secure queue and migration sanitization, and Windows portable ZIP validation while preserving the NSIS installer path. Refs #15
39 lines
957 B
JSON
39 lines
957 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"create": false,
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 760,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": false,
|
|
"decorations": true
|
|
}
|
|
]
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|