From f65aea3ef8c0d784db9797206ed66b8438a01365 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 10 Jul 2024 11:08:49 +0200 Subject: delete tor-android directory and re-fetch it --- scripts/cleanProject.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'scripts') diff --git a/scripts/cleanProject.sh b/scripts/cleanProject.sh index 49e2db44..0a354b66 100755 --- a/scripts/cleanProject.sh +++ b/scripts/cleanProject.sh @@ -11,15 +11,16 @@ git submodule foreach --recursive git clean -xfd rm -r $BASE_DIR/ics-openvpn rm -r $BASE_DIR/build rm -r $BASE_DIR/app/build -rm -r $BASE_DIR/bitmaskcore/lib/* -rm -r $BASE_DIR/bitmaskcore/golang/ +rm -r $BASE_DIR/bitmask-core-android/lib/* +rm -r $BASE_DIR/bitmask-core-android/golang/ rm -r $BASE_DIR/currentReleases -rm -r $BASE_DIR/tor-android/build -rm -r $BASE_DIR/tor-android/tor-android-binary/build -rm -r $BASE_DIR/tor-android/external/bin -rm -r $BASE_DIR/tor-android/external/include/ -rm -r $BASE_DIR/tor-android/external/*.build-stamp -rm -r $BASE_DIR/tor-android/external/lib +#rm -r $BASE_DIR/tor-android/build +#rm -r $BASE_DIR/tor-android/tor-android-binary/build +#rm -r $BASE_DIR/tor-android/external/bin +#rm -r $BASE_DIR/tor-android/external/include/ +#rm -r $BASE_DIR/tor-android/external/*.build-stamp +#rm -r $BASE_DIR/tor-android/external/lib +rm -r $BASE_DIR/tor-android git reset --hard git submodule foreach --recursive git reset --hard HEAD git submodule sync --recursive -- cgit v1.2.3