Add the flag for multiple-runner-versions to Wine; this allows the right version to download during game installation.

Resolves #5302
This commit is contained in:
Daniel Johnson 2024-02-18 11:30:10 -05:00 committed by Mathieu Comandon
parent 9d5ad0d674
commit 3722426941

View file

@ -133,6 +133,7 @@ class wine(Runner):
platforms = [_("Windows")] platforms = [_("Windows")]
multiple_versions = True multiple_versions = True
entry_point_option = "exe" entry_point_option = "exe"
has_runner_versions = True
game_options = [ game_options = [
{ {