From 22d385df32e5b66ba63342bebea18b072a72064e Mon Sep 17 00:00:00 2001 From: David Vogel Date: Thu, 28 Jul 2022 10:06:05 +0200 Subject: [PATCH] Update distribution script --- scripts/dist/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist/main.go b/scripts/dist/main.go index 59eb1ca..1338594 100644 --- a/scripts/dist/main.go +++ b/scripts/dist/main.go @@ -31,7 +31,7 @@ func main() { os.MkdirAll(filepath.Join(*dist), 0755) toCopy := []string{ - "AREAS.md", "compatibility.xml", "init.lua", "LICENSE", "mod.xml", "README.md", + "AREAS.md", "compatibility.xml", "init.lua", "LICENSE", "mod.xml", "README.md", "settings.lua", filepath.Join("bin", "capture-b", "capture.dll"), filepath.Join("bin", "capture-b", "README.md"), filepath.Join("bin", "stitch", "stitch.exe"), filepath.Join("bin", "stitch", "README.md"),