Loading screenshots.sh +4 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,9 @@ # - Swipe done the widget page app=blisslauncher languages=${1} language=${1} echo "screenshots for $language" DEVICE_FOLDER=/sdcard/$app/$language/ LOCAL_FOLDER=tmp/screenshots/$language Loading Loading @@ -117,4 +119,4 @@ adb shell "screencap -p > /sdcard/$app/$language/search_1.png" # Download screenshots adb shell input keyevent 3 adb pull $DEVICE_FOLDER/* $LOCAL_FOLDER adb pull $DEVICE_FOLDER $LOCAL_FOLDER/.. Loading
screenshots.sh +4 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,9 @@ # - Swipe done the widget page app=blisslauncher languages=${1} language=${1} echo "screenshots for $language" DEVICE_FOLDER=/sdcard/$app/$language/ LOCAL_FOLDER=tmp/screenshots/$language Loading Loading @@ -117,4 +119,4 @@ adb shell "screencap -p > /sdcard/$app/$language/search_1.png" # Download screenshots adb shell input keyevent 3 adb pull $DEVICE_FOLDER/* $LOCAL_FOLDER adb pull $DEVICE_FOLDER $LOCAL_FOLDER/..