mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 10:18:51 +01:00
update bug
This commit is contained in:
parent
8b5b93f721
commit
dc33952c58
@ -120,7 +120,6 @@ class UpdateConfirmPage(ConfirmPage):
|
|||||||
if self._GIT == True:
|
if self._GIT == True:
|
||||||
cmdpath = "%s/update.sh %s" % (LauncherLoc,self._Version)
|
cmdpath = "%s/update.sh %s" % (LauncherLoc,self._Version)
|
||||||
pygame.event.post( pygame.event.Event(RUNSH, message=cmdpath))
|
pygame.event.post( pygame.event.Event(RUNSH, message=cmdpath))
|
||||||
self._GIT = False
|
|
||||||
return
|
return
|
||||||
|
|
||||||
if self._DownloadPage == None:
|
if self._DownloadPage == None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user