Browse Source

Gotta automatically launch qTox too

pull/824/head
Sean 11 years ago
parent
commit
6797ebf0dc
  1. 1
      osx/updater.go

1
osx/updater.go

@ -93,4 +93,5 @@ func main() { @@ -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()
}

Loading…
Cancel
Save