Skip to content

Commit

Permalink
Merge pull request #16 from matteofumagalli1275/windows_bundle_dict_fix
Browse files Browse the repository at this point in the history
Allow embedding precompiled dict when building exe app
  • Loading branch information
letuananh authored May 30, 2020
2 parents 6fa5464 + 276b97d commit 4e13bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jamdict/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def read_config():

def home_dir():
_config = read_config()
return _config.get('JAMDICT_HOME', '.')
return _config.get('JAMDICT_HOME', __jamdict_home)


def data_dir():
Expand Down

0 comments on commit 4e13bbb

Please sign in to comment.