提交 6d842a91 编写于 作者: yanghye's avatar yanghye

energy command-line tools: package linux

上级 5a4963bc
......@@ -107,7 +107,7 @@ func linuxOpt(proj *project.Project, appRoot string) error {
} else {
dstFilePath := filepath.Join(dst, st.Name())
dstFile, err := os.OpenFile(dstFilePath, os.O_CREATE|os.O_WRONLY, 0755)
dstFile, err := os.OpenFile(dstFilePath, os.O_CREATE|os.O_WRONLY, st.Mode())
if err != nil {
return err
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册