mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-12 23:48:52 +01:00
Update __init__.py
Sync Ver.200626
This commit is contained in:
parent
2d8a6f01db
commit
6ac57ddc3c
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user