mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 05:58:16 +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):
|
def upgrade_pfx(old_ver):
|
||||||
if old_ver == CURRENT_PREFIX_VERSION:
|
if old_ver == CURRENT_PREFIX_VERSION:
|
||||||
return
|
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
|
#nothing to do, yet
|
||||||
|
|
||||||
def run_wine(args):
|
def run_wine(args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user