[V1] Query-Optimizations & Preparation for MacOS & Windows Compatibility

This commit is contained in:
Youwes09
2026-02-25 19:41:14 -06:00
parent 28e9e3bcf8
commit 9a0afed2b0
14 changed files with 1333 additions and 462 deletions
+17 -4
View File
@@ -26,18 +26,31 @@
},
"bundle": {
"active": true,
"targets": ["appimage"],
"targets": ["appimage", "dmg", "macos"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
],
"externalBin": [
"binaries/suwayomi-server"
],
"resources": {
"binaries/suwayomi-bundle": "suwayomi-bundle"
},
"macOS": {
"minimumSystemVersion": "11.0",
"exceptionDomain": "localhost"
}
},
"plugins": {
"shell": {
"open": true
"open": true,
"sidecar": [
"binaries/suwayomi-server"
]
}
}
}
}