No need to copy images. I suggest install to system/apps because it is single file app.

This commit is contained in:
5HT
2014-01-10 13:52:27 +00:00
parent 6b42a32544
commit 28b9262b96

View File

@@ -46,11 +46,7 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/chat
cp -r images $appsDir/chat/
echo 'dir:'
pwd
cp src/Chat $appsDir/chat/Chat
addAppDeskbarSymlink $appsDir/chat/Chat "Chat"
mkdir -p $appsDir
cp src/Chat $appsDir/Chat
addAppDeskbarSymlink $appsDir/Chat "Chat"
}