diff --git a/sys.py/UI/CommercialSoftwarePackage/__init__.py b/sys.py/UI/CommercialSoftwarePackage/__init__.py index d4c1f0a..7252984 100644 --- a/sys.py/UI/CommercialSoftwarePackage/__init__.py +++ b/sys.py/UI/CommercialSoftwarePackage/__init__.py @@ -2,21 +2,16 @@ """ Package /home/cpi/games/xxx/yyy.zip ,only support in zip - com_pkg_info /home/cpi/launcher/Menu/GameShell/xxxx/compkginfo.json use https://jsonlint.com/ to validate first in case syntax err - ``` { "NotFoundMsg":["Please Go to \n|None|varela14|True", "https://www.lexaloffle.com/pico-8.php|URL|None|True|True", "buy a pico-8 raspi and put zip into \n/home/cpi/games/PICO-8"] - "MD5":{"pico-8_0.1.11g_raspi.zip":"a3f2995cf117499f880bd964d6a0e1f2","pico-8_0.1.11g_amd64.zip":"6726141c784afd4a41be6b7414c1b932"} } - ``` - """ import pygame @@ -368,4 +363,3 @@ class MyCommercialSoftwarePackage(object): main_screen.SwapAndShow() else: self.InstallPackage(main_screen) -