From 52794f0dcbc5b97c4865cee693c9b18fcda38c5d Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Mon, 26 Nov 2012 00:13:15 +0400 Subject: [PATCH] changes --- calculatorpp/misc/other/take_screenshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculatorpp/misc/other/take_screenshots.py b/calculatorpp/misc/other/take_screenshots.py index 7e52adef..3c355fab 100644 --- a/calculatorpp/misc/other/take_screenshots.py +++ b/calculatorpp/misc/other/take_screenshots.py @@ -9,7 +9,7 @@ outFilename = sys.argv[2] print '' print 'Screenshot will be located in ' + outFolder + ' with name ' + outFilename; -apk = '/home/serso/projects/java/android/calculatorpp/calculatorpp/target/calculatorpp.apk' +apk = '/home/serso/projects/java/android/calculatorpp/calculatorpp/misc/other/tmp/2012.11.25/calculatorpp.apk' package = 'org.solovyev.android.calculator' activity = 'org.solovyev.android.calculator.CalculatorActivity' mobileActivity = 'org.solovyev.android.calculator.CalculatorActivityMobile'