More audio fixes to Debian noroot
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="Debian"
|
||||
AppFullName=com.cuntubuntu
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=141007
|
||||
AppVersionCode=141008
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="14.10.07"
|
||||
AppVersionName="14.10.08"
|
||||
|
||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||
@@ -18,7 +18,7 @@ AppVersionName="14.10.07"
|
||||
# If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir -
|
||||
# these files are put inside .apk package by build system
|
||||
# Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS
|
||||
AppDataDownloadUrl="!!System image|:data.tar.gz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/14.05.01/dist-debug-wheezy-proot-<ARCH>.tar.gz/download^!!XSDL data files|:data-1.tar.gz:data-1.tgz^!!XSDL fonts|:DroidSansMono.ttf:DroidSansMono.ttf^!!Postinstall script|:postinstall.sh:postinstall2.sh^!!Update|:update1.tar.gz:update1.tgz^!!Update|:update2.tar.gz:update2-<ARCH>.tgz^!!Update|:update3.tar.gz:update3.tgz"
|
||||
AppDataDownloadUrl="!!System image|:data.tar.gz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/14.05.01/dist-debug-wheezy-proot-<ARCH>.tar.gz/download^!!XSDL data files|:data-1.tar.gz:data-1.tgz^!!XSDL fonts|:DroidSansMono.ttf:DroidSansMono.ttf^!!Postinstall script|:postinstall.sh:postinstall2.sh^!!Update|:update1.tar.gz:update1.tgz^!!Update|:update2.tar.gz:update2-<ARCH>.tgz^!!Update|:update3.tar.gz:update3.tgz^!!Update|:update4.tar.gz:update4.tgz"
|
||||
|
||||
# Reset SDL config when updating application to the new version (y) / (n)
|
||||
ResetSdlConfigForThisVersion=n
|
||||
|
||||
BIN
project/jni/application/xserver-debian/AndroidData/update4.tgz
Normal file
BIN
project/jni/application/xserver-debian/AndroidData/update4.tgz
Normal file
Binary file not shown.
@@ -242,6 +242,12 @@ static void * unpackFilesThread(void * unused)
|
||||
{ "update1.tar.gz", "update1.sh", "" },
|
||||
{ "update2.tar.gz", "update2.sh", "" },
|
||||
{ "update3.tar.gz", "update3.sh", "" },
|
||||
{ "update4.tar.gz", "update4.sh", "" },
|
||||
{ "update5.tar.gz", "update5.sh", "" },
|
||||
{ "update6.tar.gz", "update6.sh", "" },
|
||||
{ "update7.tar.gz", "update7.sh", "" },
|
||||
{ "update8.tar.gz", "update8.sh", "" },
|
||||
{ "update9.tar.gz", "update9.sh", "" },
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user