Skip to content

Conversation

@AristurtleDev
Copy link
Contributor

Description

The wine setup scripts were creating the wine_wrapper.sh script with the following

echo -e "#\!/bin/bash\nwine \"\$@\"" > "$HOME/.winemonogame/wine_wrapper.sh"

Note that in the shebang it has an extra \ after the # which is creating an escape sequence and causing the script to fail to execute when the WineHelper class uses it as a fallback.

This PR removes the extra \ from all setup scripts.

Related

This should resolve the ubunut CI workflows failing related to MonoGame/MonoGame#9169

@dellis1972 dellis1972 merged commit 364a2f7 into MonoGame:main Jan 16, 2026
2 checks passed
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.

3 participants