GitHubUpdates
                                
                                 GitHubUpdates copied to clipboard
                                
                                    GitHubUpdates copied to clipboard
                            
                            
                            
                        Relauncher hangs when update complete & relaunch

Seems it run into a infinite loop with below code:
        wait:
        
        for( app in [ NSWorkspace sharedWorkspace ].runningApplications.copy )
        {
            if( [ app.bundleURL.path isEqualToString: path ] )
            {
                goto wait;
            }
        }
I think we need a max retry limit and we'd better sleep for a while in loop