fix(conveyor): disable Linux builds for desktop app

This commit is contained in:
Gauthier Roebroeck 2025-03-07 10:08:14 +08:00
parent b7069c23f6
commit 0d144a6ab0

View File

@ -10,6 +10,11 @@ app {
license = MIT
icons = "res/komga_text_as_path.svg"
machines = [
windows.amd64,
mac
]
jvm {
// for NightMonkeys & NightCompress
options += "--enable-native-access=ALL-UNNAMED"
@ -60,6 +65,7 @@ app {
site {
base-url = "https://download.komga.org"
consistency-checks = warn
}
}