-
Notifications
You must be signed in to change notification settings - Fork 854
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 macos-notification-state build issue #2310
Fix macos-notification-state build issue #2310
Conversation
cc @amyblais This is a build process fix I'd like to include in v5.2, low risk. |
Building app in separate branch. |
Seems like we need to do this only for macos, the windows build fails |
@tboulis The good ol' |
@devinbinnie Do we actually need to build |
If I can find a way around it, no. But that's not the issue actually, it's the |
The file |
Cherry pick is scheduled. |
* Fix macos-notification-state build issue * Fix windows build, a bit of cleanup (cherry picked from commit 83b6c64)
Summary
There's been a long running issue with the
macos-notification-state
node module wouldn't compile correctly undernpm run postinstall
, due to it missing aninstall
script.This PR adds that bit to the module as part of a postinstall script, and switches us over to using
electron-builder
to run our app dependencies.