Skip to content

Commit

Permalink
umu_runtime: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 9, 2024
1 parent 42c115f commit 9509d62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions umu/umu_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ def _install_umu(

if var.is_dir():
log.debug("Removing: %s", var)
# Remove the variable directory to avoid Steam Linux Runtime
# related errors when creating it. Supposedly, it only happens
# when going from umu-launcher 0.1-RC4 -> 1.1.1
# See https://github.com/Open-Wine-Components/umu-launcher/issues/213#issue-2576708738
thread_pool.submit(rmtree, str(var))

for future in futures:
Expand Down

0 comments on commit 9509d62

Please sign in to comment.