Update __init__.py

Sync Ver.200626
This commit is contained in:
hi80482 2020-07-03 17:05:20 +08:00 committed by GitHub
parent 2d8a6f01db
commit 6ac57ddc3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,21 +2,16 @@
""" """
Package /home/cpi/games/xxx/yyy.zip ,only support in zip Package /home/cpi/games/xxx/yyy.zip ,only support in zip
com_pkg_info /home/cpi/launcher/Menu/GameShell/xxxx/compkginfo.json com_pkg_info /home/cpi/launcher/Menu/GameShell/xxxx/compkginfo.json
use https://jsonlint.com/ to validate first in case syntax err use https://jsonlint.com/ to validate first in case syntax err
``` ```
{ {
"NotFoundMsg":["Please Go to \n|None|varela14|True", "NotFoundMsg":["Please Go to \n|None|varela14|True",
"https://www.lexaloffle.com/pico-8.php|URL|None|True|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"] "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"} "MD5":{"pico-8_0.1.11g_raspi.zip":"a3f2995cf117499f880bd964d6a0e1f2","pico-8_0.1.11g_amd64.zip":"6726141c784afd4a41be6b7414c1b932"}
} }
``` ```
""" """
import pygame import pygame
@ -368,4 +363,3 @@ class MyCommercialSoftwarePackage(object):
main_screen.SwapAndShow() main_screen.SwapAndShow()
else: else:
self.InstallPackage(main_screen) self.InstallPackage(main_screen)