mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +00:00
26 lines
476 B
JSON
26 lines
476 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 760,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": false,
|
|
"decorations": true
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["appimage"],
|
|
"linux": {
|
|
"appimage": {
|
|
"files": {
|
|
"usr/share/metainfo/com.nimbold.firelink.metainfo.xml": "linux/com.nimbold.firelink.metainfo.xml"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|