mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
docs(INSTALL): Add ToxExt dirs to bootstrap.sh remove dirs function
This commit is contained in:
parent
216a1fc1af
commit
9d53e71dea
|
@ -104,6 +104,8 @@ print_debug_output() {
|
|||
# remove not needed dirs
|
||||
remove_build_dirs() {
|
||||
rm -rf "${BASE_DIR}/${TOXCORE_DIR}"
|
||||
rm -rf "${BASE_DIR}/${TOXEXT_DIR}"
|
||||
rm -rf "${BASE_DIR}/${TOX_EXT_MESSAGES_DIR}"
|
||||
rm -rf "${BASE_DIR}/${SQLCIPHER_DIR}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user