Update distribution script

This commit is contained in:
David Vogel 2022-07-28 10:06:05 +02:00
parent 31fc11ef1b
commit 22d385df32

View File

@ -31,7 +31,7 @@ func main() {
os.MkdirAll(filepath.Join(*dist), 0755) os.MkdirAll(filepath.Join(*dist), 0755)
toCopy := []string{ 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", "capture-b", "capture.dll"), filepath.Join("bin", "capture-b", "README.md"),
filepath.Join("bin", "stitch", "stitch.exe"), filepath.Join("bin", "stitch", "README.md"), filepath.Join("bin", "stitch", "stitch.exe"), filepath.Join("bin", "stitch", "README.md"),