proton: Show prefix path on upgrade
This commit is contained in:
parent
3c3c08a850
commit
01206c4661
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
@ -31,7 +31,7 @@ def log(msg):
|
|||
def upgrade_pfx(old_ver):
|
||||
if old_ver == CURRENT_PREFIX_VERSION:
|
||||
return
|
||||
log("Upgrading prefix from " + str(old_ver) + " to " + CURRENT_PREFIX_VERSION)
|
||||
log("Upgrading prefix from " + str(old_ver) + " to " + CURRENT_PREFIX_VERSION + " (" + os.environ["STEAM_COMPAT_DATA_PATH"] + ")")
|
||||
#nothing to do, yet
|
||||
|
||||
def run_wine(args):
|
||||
|
|
Loading…
Reference in a new issue