mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
Remove the cache directory itself rather than its only content
This commit is contained in:
@@ -184,7 +184,7 @@ do
|
|||||||
LOVE_SUPPORT_WIN_64=`echo "$LOVE_VERSION_MAJOR>=0.8" | bc`
|
LOVE_SUPPORT_WIN_64=`echo "$LOVE_VERSION_MAJOR>=0.8" | bc`
|
||||||
fi
|
fi
|
||||||
elif [ $OPTOPT = "refresh" ]; then
|
elif [ $OPTOPT = "refresh" ]; then
|
||||||
rm -rf $CACHE_DIR/*
|
rm -rf $CACHE_DIR
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
shift $[OPTIND-1]
|
shift $[OPTIND-1]
|
||||||
|
Reference in New Issue
Block a user