mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix(conveyor): disable Linux builds for desktop app
This commit is contained in:
parent
b7069c23f6
commit
0d144a6ab0
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ app {
|
||||||
license = MIT
|
license = MIT
|
||||||
icons = "res/komga_text_as_path.svg"
|
icons = "res/komga_text_as_path.svg"
|
||||||
|
|
||||||
|
machines = [
|
||||||
|
windows.amd64,
|
||||||
|
mac
|
||||||
|
]
|
||||||
|
|
||||||
jvm {
|
jvm {
|
||||||
// for NightMonkeys & NightCompress
|
// for NightMonkeys & NightCompress
|
||||||
options += "--enable-native-access=ALL-UNNAMED"
|
options += "--enable-native-access=ALL-UNNAMED"
|
||||||
|
|
@ -60,6 +65,7 @@ app {
|
||||||
|
|
||||||
site {
|
site {
|
||||||
base-url = "https://download.komga.org"
|
base-url = "https://download.komga.org"
|
||||||
|
consistency-checks = warn
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue