mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Update build.sh
This commit is contained in:
9
build.sh
9
build.sh
@@ -201,8 +201,13 @@ uninstall_test_apk() {
|
|||||||
fetch_images() {
|
fetch_images() {
|
||||||
rm -rf tmp/test-screenshots > /dev/null
|
rm -rf tmp/test-screenshots > /dev/null
|
||||||
mkdir -p tmp/
|
mkdir -p tmp/
|
||||||
adb pull /sdcard/Android/data/org.isoron.uhabits/files/test-screenshots tmp/
|
$ADB pull /mnt/sdcard/test-screenshots/ tmp/
|
||||||
adb shell rm -rf /sdcard/Android/data/org.isoron.uhabits/files/test-screenshots
|
$ADB pull /storage/sdcard/test-screenshots/ tmp/
|
||||||
|
$ADB pull /sdcard/Android/data/${PACKAGE_NAME}/files/test-screenshots/ tmp/
|
||||||
|
|
||||||
|
$ADB shell rm -r /mnt/sdcard/test-screenshots/
|
||||||
|
$ADB shell rm -r /storage/sdcard/test-screenshots/
|
||||||
|
$ADB shell rm -r /sdcard/Android/data/${PACKAGE_NAME}/files/test-screenshots/
|
||||||
}
|
}
|
||||||
|
|
||||||
accept_images() {
|
accept_images() {
|
||||||
|
|||||||
Reference in New Issue
Block a user