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.Draw()
|
||||
self._Screen.SwapAndShow()
|
||||
pygame.time.delay(800)
|
||||
|
||||
if cur_li._Value["type"]=="tic80" and cur_li._ReadOnly == False:
|
||||
game_sh = "/home/cpi/apps/Menu/51_TIC-80/TIC-80.sh"
|
||||
|
||||
@ -272,6 +272,7 @@ class MyCommercialSoftwarePackage(object):
|
||||
|
||||
os.chdir(json_config["GameDir"])
|
||||
for i,v in enumerate(json_config["MD5"]):
|
||||
if FileExists(v):
|
||||
os.system("unzip -o %s" %v) ## auto overwrite
|
||||
|
||||
if "Post-Up" in json_config:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user