cerebroapp / cerebro

🔵 Cerebro is an open-source launcher to improve your productivity and efficiency
https://www.cerebroapp.com/
MIT License
8.33k stars 455 forks source link

fix: use correct dependency to move/delete folders #637

Closed dubisdev closed 1 year ago

dubisdev commented 1 year ago

Seems like we were using the wrong dep for moving folders. As we can read in https://github.com/sindresorhus/move-file/issues/7, move-file was designed for moving files (not folders). With this fix we implement fs-extra to handle this and also for removing dirs.

fix #636