fixed filepaths and removed all cmake files
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
from datetime import datetime
|
||||
|
||||
# Constants
|
||||
DATABASE_PATH = os.path.expanduser("~/screenshot_ocr.db")
|
||||
DATABASE_PATH = os.path.join(os.environ.get("XDG_DATA_HOME", os.path.expanduser("~/.local/share")), "screenshot-gallery", "screenshot_ocr.db")
|
||||
|
||||
|
||||
def parse_arguments():
|
||||
|
||||
Reference in New Issue
Block a user