From e2b233cd323e843362b4d91c104cb0baa903ece8 Mon Sep 17 00:00:00 2001 From: lwch Date: Fri, 27 Aug 2021 10:36:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_all.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all.go b/build_all.go index 6246cbc..72f1941 100644 --- a/build_all.go +++ b/build_all.go @@ -74,7 +74,7 @@ func build(t target) { runtime.Assert(err) err = copyFile(path.Join("conf", "server.yaml"), path.Join(buildDir, "server.yaml")) runtime.Assert(err) - err = copyFile("CHANGELOG.md", "CHANGELOG.md") + err = copyFile("CHANGELOG.md", path.Join(buildDir, "CHANGELOG.md")) runtime.Assert(err) if t.os != "windows" && t.os != "android" && t.os != "ios" { runtime.Assert(os.MkdirAll(path.Join(buildDir, "init.d"), 0755))