diff --git a/osx/updater.go b/osx/updater.go index 1ee6ddb46..45232536f 100644 --- a/osx/updater.go +++ b/osx/updater.go @@ -93,4 +93,5 @@ func main() { os.RemoveAll(update_dir) fmt.Println("Update metadata wiped, launching qTox") launchqtox := exec.Command("/usr/bin/open", "-b", "im.tox.qtox") + launchqtox.Run() }