chore: disable opengl

This commit is contained in:
hstyi
2025-07-04 09:57:38 +08:00
committed by hstyi
parent 5ee23cb379
commit a785ab4680

View File

@@ -137,10 +137,6 @@ application {
args.add("-DTERMORA_PLUGIN_DIRECTORY=${layout.buildDirectory.get().asFile.absolutePath}${File.separator}plugins")
if (os.isLinux) {
args.add("-Dsun.java2d.opengl=true")
}
applicationDefaultJvmArgs = args
mainClass = "app.termora.MainKt"
}
@@ -448,7 +444,6 @@ tasks.register<Exec>("jpackage") {
}
if (os.isLinux) {
options.add("-Dsun.java2d.opengl=true")
if (isDeb) {
options.add("-Djpackage.app-layout=deb")
}