diff options
-rwxr-xr-x | scripts/cleanProject.sh | 17 |
1 files changed, 9 insertions, 8 deletions
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 |