-
Notifications
You must be signed in to change notification settings - Fork 835
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
Bump electron builder #257
Conversation
be962ce
to
72ca294
Compare
Not sure why this is timing out on circleci. Already tried to push again, second time it hits the timeout. |
Somehow |
72ca294
to
53d43ca
Compare
Changed to only bump electron builder. As ncu (https://www.npmjs.com/package/npm-check-updates) doesn't show the winstaller update for some reason and I've read this electron/windows-installer#92 (comment) |
53d43ca
to
fe60797
Compare
Same thing happening, I'll lower the dependency and try to see which version "breaks" it. Might take a few builds. |
69088bb
to
eb74425
Compare
eb74425
to
83f63b9
Compare
83f63b9
to
a856ac9
Compare
4cbfffe
to
51184a4
Compare
51184a4
to
10aef4e
Compare
Updated and also includes a small linux fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are glad if you tested before submitting. I think just bumping is not always good.
@@ -36,7 +40,7 @@ | |||
"chai": "^3.5.0", | |||
"chai-as-promised": "^5.3.0", | |||
"devtron": "^1.3.0", | |||
"electron-builder": "5.2.1", | |||
"electron-builder": "7.9.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v7.9.0 has the bug, generated app can't start. You should use v7.10.2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That wasn't out when I bumped, will bump again later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. So we are glad if you test before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry, but from my understanding, that's a deb package problem only. Do you really expect me to test every platform? I thought the PRs are there to check the code and get tests from every platform deemed important?
The artifact provided in https://circleci.com/gh/Razzeee/desktop/49#artifacts/containers/0 runs fine in windows. Is my understanding right, that electron-builder
is used to generate every platform, even windows?
10aef4e
to
f9d741a
Compare
Bumped version also seems to run fine on windows 10 |
For now, |
Sorry, I think I really need to pick your brains about how everything is build and document it somewhere in the git/wiki |
Sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[email protected]
was already tested in this PR.
I've tested this on windows and the installer seems to perform as expected. And I couldn't find anything wrong with the program itself.
We might want to use this changed/new feature for macOS https://github.com/electron-userland/electron-builder/releases/tag/v5.6.0