From 0d144a6ab0b2876ab20ee22ec7bb514b7ca33d82 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 7 Mar 2025 10:08:14 +0800 Subject: [PATCH] fix(conveyor): disable Linux builds for desktop app --- conveyor.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conveyor.conf b/conveyor.conf index a6946ff27..0b5469674 100644 --- a/conveyor.conf +++ b/conveyor.conf @@ -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 } }