mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-09 17:25:42 +00:00
21c8fc26aa
- Issue #37: compare the pre-1.4.0 application source with the current packaged-app stability workflow.\n- Keep the current workflow and 5-second delayed-crash check so the Windows result is comparable.\n\nRefs #37.
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"
|
|
}
|
|
}
|
|
}
|
|
}
|