From 5f3cd750b2867854a1e05f66312062426024f676 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Dec 2025 14:54:42 +0100 Subject: Deploy default configuration The default configuration from the source tree is embedded into the executable with Go's embed package to assume the correct defaults. Furthermore it is now also part of the artifact tar archive to give users an idea how a configuration file should look like. --- configs/meson.build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/meson.build (limited to 'configs/meson.build') diff --git a/configs/meson.build b/configs/meson.build new file mode 100644 index 0000000..98110da --- /dev/null +++ b/configs/meson.build @@ -0,0 +1,3 @@ +fs = import('fs') + +default_config = fs.copyfile(meson.current_source_dir() / 'default.json') -- cgit v1.2.3-70-g09d2