fix package

This commit is contained in:
cuu 2018-05-25 22:02:50 +08:00
parent 6613d6c07c
commit d9fa209fd8
10 changed files with 8 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc

0
Menu/GameShell/CaveStroy.sh Normal file → Executable file
View File

0
Menu/GameShell/RetroArch.sh Normal file → Executable file
View File

0
Menu/GameShell/freeDM.sh Normal file → Executable file
View File

7
load.sh Normal file → Executable file
View File

@ -1,4 +1,9 @@
#!/bin/bash
cd /home/cpi/apps/launcher/sys.py/
BASENAME=`dirname "$0"`
cd $BASENAME/sys.py
python run.py

0
sys.py/UI/__init__.py Normal file
View File

View File

0
sys.py/libs/__init__.py Normal file
View File