Skip to content

Commit 55dd59c

Browse files
Merge pull request #253 from loathingKernel/master
fix: write the game_title file in the prefix.
2 parents 82852f8 + 477d172 commit 55dd59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_game_name() -> str:
6161
if len(row) > 3 and row[3] == umu_id and row[1] == store:
6262
title = row[0] # Title is the first entry
6363
with open(
64-
os.path.join(script_dir, 'game_title'),
64+
os.path.join(pfx, 'game_title'),
6565
'w',
6666
encoding='utf-8',
6767
) as file:

0 commit comments

Comments
 (0)