-
Notifications
You must be signed in to change notification settings - Fork 24
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
use wcjs-prebuilt? #6
Comments
I just afraid I could not keep |
Maybe the best solution could be merge |
@RSATom I think not a lot But it's okay for electron, because we only have to re-build when chromium major version is bumped, which means every 3-4 (or even more) major electron releases. E.g. there's need for recompile between 0.29 and 0.30, because it changes chromium's major, but no need to re-compile between 0.26 - 0.30 because they all have the same chromium major. @RSATom - I think your concern is not that relevant. |
@Ivshti, But do |
@RSATom no. But you can override electron version passed to wcjs-prebuilt to something compatible of what you are using |
If you remember, I had made separate electron runtime names |
I think we need more generic solution |
btw, another solution could be trigger CI build by watching new releases on https://github.com/mafintosh/electron-prebuilt |
I think better solution will be remove direct dependency from |
@luigiplr, yes, but excluding direct dependency is still good idea, since some time later we will have |
Ahhh cant wait for gStreamer variant of wcjs 💃 |
It's very possible it will be only for linux... |
I just think libvlc is better alternative on Windows. |
I made a branch that uses
wcjs-prebuilt
, should we merge this to master?It can also be used alternatively by linking to the prebuilt branch instead of the master branch from
package.json
.@Ivshti is this the correct way of implementing
wcjs-prebuilt
?@RSATom can you think of any reason why it shouldn't be merged?
@luigiplr are you eating pizza right now?
The text was updated successfully, but these errors were encountered: