chore: update build files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user