Skip to content

Update net9_mgfxc_wine_setup.sh #198

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

Merged
merged 2 commits into from
Feb 9, 2025
Merged

Conversation

dellis1972
Copy link
Contributor

@dellis1972 dellis1972 commented Feb 8, 2025

Allow wine10.0 to be installed.

This file is used by https://github.com/MonoGame/MonoGame/blob/develop/.github/workflows/main.yml#L62.
The GitHub Actions are installing wine 10.0 this breaks the version parsing in this script.
Instead of getting 10 as we expect we get 1 as the script only takes the first digit of the version.
The script has been updated to allow multiple digits and to strip out the trailing . if one is present.

dellis1972 added a commit to MonoGame/MonoGame that referenced this pull request Feb 8, 2025
@SimonDarksideJ SimonDarksideJ merged commit 924faeb into main Feb 9, 2025
2 checks passed
@SimonDarksideJ SimonDarksideJ deleted the dev/dellis1972/winescriptbump branch February 9, 2025 11:34
dellis1972 added a commit to MonoGame/MonoGame that referenced this pull request Feb 9, 2025
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.

2 participants