mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 09:48:50 +01:00
commit
1219a615fa
@ -920,6 +920,7 @@ class GameStorePage(Page):
|
|||||||
self._Screen._MsgBox.SetText("Purchase pico8")
|
self._Screen._MsgBox.SetText("Purchase pico8")
|
||||||
self._Screen._MsgBox.Draw()
|
self._Screen._MsgBox.Draw()
|
||||||
self._Screen.SwapAndShow()
|
self._Screen.SwapAndShow()
|
||||||
|
pygame.time.delay(800)
|
||||||
|
|
||||||
if cur_li._Value["type"]=="tic80" and cur_li._ReadOnly == False:
|
if cur_li._Value["type"]=="tic80" and cur_li._ReadOnly == False:
|
||||||
game_sh = "/home/cpi/apps/Menu/51_TIC-80/TIC-80.sh"
|
game_sh = "/home/cpi/apps/Menu/51_TIC-80/TIC-80.sh"
|
||||||
|
|||||||
@ -272,7 +272,8 @@ class MyCommercialSoftwarePackage(object):
|
|||||||
|
|
||||||
os.chdir(json_config["GameDir"])
|
os.chdir(json_config["GameDir"])
|
||||||
for i,v in enumerate(json_config["MD5"]):
|
for i,v in enumerate(json_config["MD5"]):
|
||||||
os.system("unzip -o %s" %v) ## auto overwrite
|
if FileExists(v):
|
||||||
|
os.system("unzip -o %s" %v) ## auto overwrite
|
||||||
|
|
||||||
if "Post-Up" in json_config:
|
if "Post-Up" in json_config:
|
||||||
if FileExists(self._InvokeDir):
|
if FileExists(self._InvokeDir):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user