Skip to content

Commit b30391f

Browse files
fixed #32 - new location of DB since Things 3.13.1
1 parent d8cd8e8 commit b30391f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

things.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ realpath() {
3838
}
3939
readonly PROGNAME="$(basename "$0")"
4040
readonly PATHNAME="$(dirname "$(realpath "$0")")"
41-
readonly DEFAULT_DB="$HOME/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things.sqlite3"
41+
readonly DEFAULT_DB="${HOME}/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things Database.thingsdatabase/main.sqlite"
4242
readonly THINGSDB="${THINGSDB:-$DEFAULT_DB}"
4343
readonly PLUGINDIR="$PATHNAME/plugins"
4444
###############################################################################

0 commit comments

Comments
 (0)