mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Update distribution script
This commit is contained in:
parent
31fc11ef1b
commit
22d385df32
2
scripts/dist/main.go
vendored
2
scripts/dist/main.go
vendored
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user