cuu %!s(int64=5) %!d(string=hai) anos
pai
achega
611b6b86bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -293,7 +293,7 @@ func run() int {
           fmt.Println("RUNEVT")
           exec_app_cmd := "cd " + filepath.Dir(ev.Data["Msg"])+";"
           exec_app_cmd += ev.Data["Msg"]
-          exec_app_cmd +="; sync & cd "+UI.GetExePath()+"; "+os.Args[0]
+          exec_app_cmd +="; sync & cd "+UI.GetExePath()+"; "+os.Args[0]+";"
           fmt.Println(exec_app_cmd)
           cmd := exec.Command("/bin/sh","-c",exec_app_cmd)
           err := cmd.Start()