From cdabdf08a2e1bae5eeb681019242b08b7af1f633 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Tue, 3 Feb 2015 12:26:46 +0200 Subject: [PATCH] Fix genymotion check Update common lib where the following change is applied: When you specify --geny option of $ appbuilder emulate android command, we check for genyshell in the PATH environment variable. As on MacOS genyshell and the real program that we need for genymotion (player) are in different directories, we fail with incorrect message. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 7b73aec42f..b784e49885 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 7b73aec42fdeb80c7da8e22c26fe652ce6736639 +Subproject commit b784e49885ac8fb15dbfea992ab3c7ab566549f9