mirror of
https://github.com/gotson/komga.git
synced 2026-01-04 14:52:51 +01: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
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue