This commit is contained in:
cdle
2021-10-02 09:21:58 +08:00
parent af6ba9180c
commit a5c9cee870
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -60,7 +60,6 @@ func GitPull(filename string) (bool, error) {
}
func CompileCode() error {
cmd := exec.Command("sh", "-c", "cd "+ExecPath+" && go build -o "+pname)
_, err := cmd.Output()
if err != nil {