Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prevent downloading resources more than once #160

Merged
merged 16 commits into from
Jul 28, 2024

Conversation

R1kaB3rN
Copy link
Member

@R1kaB3rN R1kaB3rN commented Jul 27, 2024

At each launch, umu-launcher will automatically download the latest runtime or, if configured, Proton. However, if more than one umu-run process is created, it's possible for the runtime or Proton to be downloaded more than once and this can be prevented by using the filelock module.

Adds filelock as a new dependency

Related to Heroic-Games-Launcher/HeroicGamesLauncher#3724 (comment)

@R1kaB3rN R1kaB3rN marked this pull request as ready for review July 28, 2024 04:03
@R1kaB3rN R1kaB3rN merged commit a505a90 into Open-Wine-Components:main Jul 28, 2024
6 checks passed
@R1kaB3rN R1kaB3rN deleted the filelock branch July 28, 2024 20:26
@R1kaB3rN R1kaB3rN mentioned this pull request Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant