From 9fd6d3cb652db0c0f96a29b2011739eb1172f3d3 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Thu, 29 Aug 2013 03:34:52 +0100 Subject: [PATCH] update website test page to have correct paths to android app for non-standard builds --- website/page/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/page/test.php b/website/page/test.php index db491779..db9c354b 100644 --- a/website/page/test.php +++ b/website/page/test.php @@ -67,7 +67,7 @@ iitcDesktopPluginDownloadTable ( $path ); include_once ( "code/mobile-download.php" ); -$apkfile = "$path/IITC_Mobile-test.apk"; +$apkfile = "$path/IITC_Mobile-$path.apk"; if ( file_exists($apkfile) )