update website test page to have correct paths to android app for non-standard builds

This commit is contained in:
Jon Atkins 2013-08-29 03:34:52 +01:00
parent 90047abee0
commit 9fd6d3cb65

View File

@ -67,7 +67,7 @@ iitcDesktopPluginDownloadTable ( $path );
include_once ( "code/mobile-download.php" ); include_once ( "code/mobile-download.php" );
$apkfile = "$path/IITC_Mobile-test.apk"; $apkfile = "$path/IITC_Mobile-$path.apk";
if ( file_exists($apkfile) ) if ( file_exists($apkfile) )