update bug

This commit is contained in:
cuu 2019-01-28 23:26:30 +08:00
parent 8b5b93f721
commit dc33952c58

View File

@ -120,7 +120,6 @@ class UpdateConfirmPage(ConfirmPage):
if self._GIT == True:
cmdpath = "%s/update.sh %s" % (LauncherLoc,self._Version)
pygame.event.post( pygame.event.Event(RUNSH, message=cmdpath))
self._GIT = False
return
if self._DownloadPage == None: