fixed filepaths and removed all cmake files
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# This script displays OCR data from SQLite and allows opening files with rofi
|
||||
|
||||
# Database path
|
||||
DB_PATH="/home/master/screenshot_ocr.db"
|
||||
DB_PATH="${XDG_DATA_HOME:-$HOME/.local/share}/screenshot-gallery/screenshot_ocr.db"
|
||||
|
||||
# Check dependencies
|
||||
check_deps() {
|
||||
|
||||
Reference in New Issue
Block a user