Browse Source

fix package

cuu 5 years ago
parent
commit
d9fa209fd8

+ 2 - 0
.gitignore

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

+ 0 - 0
Menu/GameShell/10_Settings/Wifi/icons/__init__.py


+ 0 - 0
Menu/GameShell/CaveStroy.sh


+ 0 - 0
Menu/GameShell/Music Player/icons/__init__.py


+ 0 - 0
Menu/GameShell/RetroArch.sh


+ 0 - 0
Menu/GameShell/freeDM.sh


+ 6 - 1
load.sh

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

+ 0 - 0
sys.py/UI/__init__.py


+ 0 - 0
sys.py/libs/MPD/__init__.py


+ 0 - 0
sys.py/libs/__init__.py