mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
...
This commit is contained in:
2
main.go
2
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()
|
||||
|
||||
Reference in New Issue
Block a user