-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Wine version check fails (wine-x (Staging)) #953
Comments
Possible fix, change this line: to: |
I had the same problem and created a (now merged) pull request: |
This is still happens to me on latest version 10.5.0 when trying to build on ubuntu ci (gitlab) |
What is the output of |
looks like its 1.62 I suspected its the problem,
|
What exactly is the output of "wine --version"? Normally you should see a message like I don't know which ubuntu release you use, but for older ones the ppa https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa provides a more recent wine version. |
I have added test and it is green. So, please answer to @ml1nk question. |
I'm sorry, I was not around |
It fails on arch with wine version |
It fails on Ubuntu 16.10 with wine version wine-2.0-rc2 |
In my case it gives me below error,
|
Electron-builder version: 10.3.0
Target: win32
I'm working on Fedora 25 with
wine --version
-->wine-1.9.22 (Staging)
If I try to run:
./node_modules/.bin/build --win
it results in an error:I'm assuming this error happens because it cannot parse the (Staging) part of the version correctly
If I switch to
wine --version
-->wine-1.9.24
everyting works fineThe text was updated successfully, but these errors were encountered: