mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 13:38:15 +03:00
proton: Show prefix path on upgrade
This commit is contained in:
parent
3c3c08a850
commit
01206c4661
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…
x
Reference in New Issue
Block a user