Merge pull request #1 from cuu/master

fix package
This commit is contained in:
clockworkpi 2018-05-25 22:05:41 +08:00 committed by GitHub
commit e3c4d6ad0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 #!/bin/bash
cd /home/cpi/apps/launcher/sys.py/
BASENAME=`dirname "$0"`
cd $BASENAME/sys.py
python run.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