[release]

This commit is contained in:
crschnick
2025-12-29 20:36:14 +00:00
parent 5bb527b624
commit 4ac416a152
3 changed files with 3 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ def getJvmArgs() {
def appPackage = packageName(null)
jvmRunArgs += [
"--add-opens", "java.base/java.lang=$appPackage",
"--add-opens", "java.base/java.net=$appPackage",
"--add-opens", "net.synedra.validatorfx/net.synedra.validatorfx=$appPackage",
"--add-opens", "java.base/java.nio.file=$appPackage",
"--add-exports", "javafx.graphics/com.sun.javafx.tk=$appPackage",

1
dist/changelog/20.0.1.md vendored Normal file
View File

@@ -0,0 +1 @@
- Fix issues with macOS .pkg installer

View File

@@ -1 +1 @@
20.0
20.0.1