update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user