From 0c5eed6cac78381a4fd29f49420ae28d89515e19 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Wed, 2 Apr 2014 20:17:21 +0300 Subject: [PATCH] Xserver-debian: fixes to startup command line --- .../jni/application/xserver-debian/AndroidAppSettings.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/jni/application/xserver-debian/AndroidAppSettings.cfg b/project/jni/application/xserver-debian/AndroidAppSettings.cfg index b03d5d5db..7116fab37 100644 --- a/project/jni/application/xserver-debian/AndroidAppSettings.cfg +++ b/project/jni/application/xserver-debian/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="Debian" AppFullName=com.cuntubuntu # Application version code (integer) -AppVersionCode=140401 +AppVersionCode=140402 # Application user-visible version name (string) -AppVersionName="14.04.01" +AppVersionName="14.04.02" # 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 @@ -223,7 +223,7 @@ AppSubdirsBuild='' AppBuildExclude='' # Application command line parameters, including app name as 0-th param -AppCmdline='XSDL -nohelp -exec $SECURE_STORAGE_DIR/img/proot.sh -c ./startx.sh' +AppCmdline='XSDL -nohelp -exec $SECURE_STORAGE_DIR/img/proot.sh ./startx.sh' # Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens # Minimum screen size that application supports: (s)mall / (m)edium / (l)arge