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: wine version processing #955

Merged
merged 1 commit into from
Nov 30, 2016
Merged

fix: wine version processing #955

merged 1 commit into from
Nov 30, 2016

Conversation

ml1nk
Copy link
Contributor

@ml1nk ml1nk commented Nov 30, 2016

If wine is installed on Fedora 24/25 over the repository, the version string is rather uncommon:
$ wine --version
wine-1.9.23 (Staging)

The version comparison fails with "TypeError: Invalid Version: 1.9.23 (Staging)" if you try to create a windows build. This pull should fix the problem by cutting the version string on the first whitespace.

@develar develar merged commit da16181 into electron-userland:master Nov 30, 2016
@develar
Copy link
Member

develar commented Nov 30, 2016

Thanks!

@Avien
Copy link

Avien commented Dec 6, 2016

This is still happens to me on latest version 10.5.0 when trying to build on ubuntu ci (gitlab)
Skip app dependencies rebuild because platform is different
TypeError: Invalid Version: it

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