release: 1.0.12

This commit is contained in:
hstyi
2025-04-07 09:47:03 +08:00
committed by hstyi
parent 64bd95d8a8
commit 4c8944d248
3 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ plugins {
group = "app.termora"
version = "1.0.11"
version = "1.0.12"
val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem()
val arch: ArchitectureInternal = DefaultNativePlatform.getCurrentArchitecture()
@@ -126,7 +126,6 @@ application {
"-XX:+ZUncommit",
"-XX:+ZGenerational",
"-XX:ZUncommitDelay=60",
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
)
if (os.isMacOsX) {