mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +00:00
6e85c0842f
Keep credential-store operations behind a per-process consent gate, prevent duplicate native grant requests, and defer legacy token migration until explicit consent. Harden the RTL/sidebar, custom window controls, bidi copy, and queue editor fixes. Refs #17
27 lines
470 B
JSON
27 lines
470 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"create": false,
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 760,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": true,
|
|
"decorations": false,
|
|
"shadow": false
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["nsis"],
|
|
"windows": {
|
|
"nsis": {
|
|
"installerIcon": "icons/icon.ico",
|
|
"uninstallerIcon": "icons/icon.ico"
|
|
}
|
|
}
|
|
}
|
|
}
|