chore: update build files

This commit is contained in:
2023-04-10 22:33:23 +02:00
parent 387ee7efc6
commit 3c4955cee6
3 changed files with 9 additions and 5 deletions

View File

@@ -8,6 +8,10 @@ app {
display-name = "Oraksi"
rdns-name = "com.lenis0012.oraksi"
machines = [
"windows.amd64"
]
// Windows gets square icons, macOS and Linux icons with rounded corners.
icons = {
label = "Ok"
@@ -31,9 +35,10 @@ app {
// Required options because module is converted to jar (https://github.com/hydraulic-software/conveyor/issues/55)
options += "--enable-native-access=ALL-UNNAMED"
options += "--add-opens=javafx.graphics/javafx.scene=ALL-UNNAMED"
modules = [javafx.base, javafx.controls, javafx.fxml]
}
}
; app.windows.console = true
app.windows.console = true
conveyor.compatibility-level = 8