Install example config file at the real path in the distribution

Signed-off-by: Graham <gpe@openrs2.dev>
pull/105/head
Graham 4 years ago
parent 5e987f1f61
commit 25f8bac502
  1. 1
      all/build.gradle.kts

@ -51,6 +51,7 @@ distributions {
from("${rootProject.projectDir}/LICENSE")
from("${rootProject.projectDir}/README.md")
from("${rootProject.projectDir}/etc/config.example.yaml") {
rename { "config.yaml" }
into("etc")
}
from("${rootProject.projectDir}/share") {

Loading…
Cancel
Save