mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +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
33 lines
615 B
JSON
33 lines
615 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"create": false,
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 760,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"titleBarStyle": "Overlay",
|
|
"trafficLightPosition": {
|
|
"x": 17,
|
|
"y": 28
|
|
},
|
|
"hiddenTitle": true,
|
|
"transparent": true,
|
|
"windowEffects": {
|
|
"effects": ["sidebar"],
|
|
"state": "active"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["app", "dmg"],
|
|
"macOS": {
|
|
"signingIdentity": "-",
|
|
"hardenedRuntime": true
|
|
}
|
|
}
|
|
}
|