mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +00:00
f603b74a99
Add target-aware engine provisioning, platform package configs, and CI/release verification for macOS arm64, Windows x64, and Linux AppImage.
22 lines
352 B
JSON
22 lines
352 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 760,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": true,
|
|
"windowEffects": {
|
|
"effects": ["mica"],
|
|
"state": "active"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["nsis"]
|
|
}
|
|
}
|