Set shadow distribution base name to openrs2

Now the main distribution is gone we don't need a -shadow suffix.

Signed-off-by: Graham <gpe@openrs2.dev>
pull/108/head
Graham 4 years ago
parent 554e643e88
commit e500d8d211
  1. 2
      all/build.gradle.kts

@ -72,7 +72,7 @@ configure(tasks.filter { it.name in shadowDistTasks }) {
distributions {
named("shadow") {
distributionBaseName.set("openrs2-shadow")
distributionBaseName.set("openrs2")
contents {
from("$buildDir/AUTHORS")

Loading…
Cancel
Save