Skip to content

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