mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
26 lines
453 B
JSON
26 lines
453 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"decorations": true,
|
|
"titleBarStyle": "overlay",
|
|
"hiddenTitle": true
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["dmg"],
|
|
"externalBin": [
|
|
"binaries/suwayomi-server"
|
|
],
|
|
"resources": {
|
|
"binaries/suwayomi-bundle": "suwayomi-bundle"
|
|
},
|
|
"macOS": {
|
|
"minimumSystemVersion": "11.0",
|
|
"exceptionDomain": "localhost",
|
|
"frameworks": []
|
|
}
|
|
}
|
|
}
|