From d9fa209fd83d38285b1392d92a96e91d5e70f818 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 25 May 2018 22:02:50 +0800 Subject: [PATCH] fix package --- .gitignore | 2 ++ Menu/GameShell/10_Settings/Wifi/icons/__init__.py | 0 Menu/GameShell/CaveStroy.sh | 0 Menu/GameShell/Music Player/icons/__init__.py | 0 Menu/GameShell/RetroArch.sh | 0 Menu/GameShell/freeDM.sh | 0 load.sh | 7 ++++++- sys.py/UI/__init__.py | 0 sys.py/libs/MPD/__init__.py | 0 sys.py/libs/__init__.py | 0 10 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 Menu/GameShell/10_Settings/Wifi/icons/__init__.py mode change 100644 => 100755 Menu/GameShell/CaveStroy.sh create mode 100644 Menu/GameShell/Music Player/icons/__init__.py mode change 100644 => 100755 Menu/GameShell/RetroArch.sh mode change 100644 => 100755 Menu/GameShell/freeDM.sh mode change 100644 => 100755 load.sh create mode 100644 sys.py/UI/__init__.py create mode 100644 sys.py/libs/MPD/__init__.py create mode 100644 sys.py/libs/__init__.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f78cf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc + diff --git a/Menu/GameShell/10_Settings/Wifi/icons/__init__.py b/Menu/GameShell/10_Settings/Wifi/icons/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Menu/GameShell/CaveStroy.sh b/Menu/GameShell/CaveStroy.sh old mode 100644 new mode 100755 diff --git a/Menu/GameShell/Music Player/icons/__init__.py b/Menu/GameShell/Music Player/icons/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Menu/GameShell/RetroArch.sh b/Menu/GameShell/RetroArch.sh old mode 100644 new mode 100755 diff --git a/Menu/GameShell/freeDM.sh b/Menu/GameShell/freeDM.sh old mode 100644 new mode 100755 diff --git a/load.sh b/load.sh old mode 100644 new mode 100755 index 05af317..c3a78c9 --- a/load.sh +++ b/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 + diff --git a/sys.py/UI/__init__.py b/sys.py/UI/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/sys.py/libs/MPD/__init__.py b/sys.py/libs/MPD/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/sys.py/libs/__init__.py b/sys.py/libs/__init__.py new file mode 100644 index 0000000..e69de29