Skip to content

Commit

Permalink
修改打包脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
lwch committed Aug 27, 2021
1 parent 8209fcc commit e2b233c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e2b233c

Please sign in to comment.