mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Gotta automatically launch qTox too
This commit is contained in:
parent
6667b76bde
commit
6797ebf0dc
|
@ -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…
Reference in New Issue
Block a user