mirror of
https://github.com/gotson/komga.git
synced 2025-04-04 22:33:31 +08:00
fix(conveyor): disable Linux builds for desktop app
This commit is contained in:
parent
b7069c23f6
commit
0d144a6ab0
@ -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…
x
Reference in New Issue
Block a user