Skip to content

[WINE] Fix Wine script to work for version 10 #208

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 1 commit into from
Mar 12, 2025
Merged

Conversation

harry-cpp
Copy link
Member

Fixes: #206

@@ -3,9 +3,15 @@
# so that mgfxc can be run on Linux / macOS systems.

# check dependencies
if ! type "wine64" > /dev/null 2>&1
WINEEXECUTABLE="wine64"
Copy link
Collaborator

@CartBlanche CartBlanche Mar 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harry-cpp won't this still fail because it's still using wine64, instead of just wine?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't. If they have a previous version of wine installed, then it'll pick up the wine64 and use that, otherwise it falls back to just wine for the new version.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be recommended that they have the newest version installed, or our docs need to lock it to a specific version otherwise.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nm, I missed some code further down.

Copy link
Contributor

@AristurtleDev AristurtleDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@CartBlanche CartBlanche merged commit 5c9ca74 into main Mar 12, 2025
2 checks passed
@CartBlanche CartBlanche deleted the fix-wine-script branch March 12, 2025 16:40
@CartBlanche CartBlanche changed the title [WINE} Fix Wine script to work for version 10 [WINE]Fix Wine script to work for version 10 Mar 12, 2025
@CartBlanche CartBlanche changed the title [WINE]Fix Wine script to work for version 10 [WINE] Fix Wine script to work for version 10 Mar 12, 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.

Wine 10.0 No Longer Includes wine64 command
3 participants