diff --git a/README.md b/README.md index cf13a63..ed0e8ae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # OverrunGL Artifacts Customizer +[![pages-build-deployment](https://github.com/Over-Run/overrungl-gen/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Over-Run/overrungl-gen/actions/workflows/pages/pages-build-deployment) + The customizer for OverrunGL is available on [GitHub](https://over-run.github.io/overrungl-gen/). diff --git a/build.gradle.kts b/build.gradle.kts index c2fefd7..6777474 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "io.github.over-run" -version = "0.2.1" +version = "0.2.2" repositories { mavenCentral() diff --git a/src/commonMain/kotlin/io/github/overrun/application/Versions.kt b/src/commonMain/kotlin/io/github/overrun/application/Versions.kt index 0c9cc16..fd06f07 100644 --- a/src/commonMain/kotlin/io/github/overrun/application/Versions.kt +++ b/src/commonMain/kotlin/io/github/overrun/application/Versions.kt @@ -1,6 +1,6 @@ package io.github.overrun.application -const val VER_CUSTOMIZER = "0.2.1" +const val VER_CUSTOMIZER = "0.2.2" const val VER_JOML = "1.10.5" val VER_MAPPING = HashMap() diff --git a/src/jsMain/kotlin/Welcome.kt b/src/jsMain/kotlin/Welcome.kt index 23a7425..03776c6 100644 --- a/src/jsMain/kotlin/Welcome.kt +++ b/src/jsMain/kotlin/Welcome.kt @@ -308,12 +308,7 @@ val Welcome = FC { props -> }.forEach { +" implementation(\"io.github.over-run:${it.artifactName}\")\n" if (it.natives.isNotEmpty()) { - +" runtimeOnly(\"io.github.over-run:${it.artifactName}${ - when (language) { - Lang.GROOVY -> "::\$overrunglNatives\"" - Lang.KOTLIN -> "\", classifier = overrunglNatives" - } - })\n" + +" runtimeOnly(\"io.github.over-run:${it.artifactName}::\$overrunglNatives\")\n" } } if (jomlEnabled) {