Skip to content

fix(db): move db to ~/.config

Steven Chetwynd requested to merge development into master

Moved the database to ~/.config/sherlock so that it is not deleted on updating the package. DB is now always in the home directory in .config even on windows, not ideal might be changed later.

BREAKING CHANGE: Will delete an existing databse, Please copy it out before updating.

Fix #3 (closed)

Merge request reports