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 } }