Skip to content

Commit

Permalink
辞書のファイルパスを変える (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored May 16, 2023
1 parent adecf49 commit 63d3238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voicevox_engine/utility/path_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def get_save_dir():
# FIXME: Windowsは`voicevox-engine/voicevox-engine`ディレクトリに保存されているので
# `VOICEVOX/voicevox-engine`に変更する
if is_development():
app_name = "voicevox-engine-dev"
app_name = "voicevox-nemo-engine-dev"
else:
app_name = "voicevox-engine"
app_name = "voicevox-nemo-engine"
return Path(user_data_dir(app_name))


Expand Down

0 comments on commit 63d3238

Please sign in to comment.