Skip to content

Commit

Permalink
adjust cache path to match HSR 1.2. fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ennea committed Jul 23, 2023
1 parent 8e99484 commit 031c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp_journal/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_cache_path():
# python cannot do this without raising an error, and neither can the default
# windows copy command, so we instead delegate this task to powershell's Copy-Item
try:
path = Path(game_path) / 'Games/StarRail_Data/webCaches/Cache/Cache_Data/data_2'
path = Path(game_path) / 'Games/StarRail_Data/webCaches/2.14.0.0/Cache/Cache_Data/data_2'
logging.debug('cache path is: ' + str(path))
if not path.exists():
logging.debug('cache file does not exist')
Expand Down

0 comments on commit 031c6e9

Please sign in to comment.