From 25f8bac50246cfda4b9039bdae61205efa9902ff Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 2 May 2020 10:02:36 +0100 Subject: [PATCH] Install example config file at the real path in the distribution Signed-off-by: Graham --- all/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/all/build.gradle.kts b/all/build.gradle.kts index 208789dc..c363e4cf 100644 --- a/all/build.gradle.kts +++ b/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") {