-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add fpm option to build script due to rpm upgrade issue #543
base: master
Are you sure you want to change the base?
Conversation
This failed, still removing from So it looks like the options should be ok -
Interestingly I saw this log on this system after electron-builder crashed, the next run failed to work and brings up, along with other stuff, this, which I think is the complete
The interesting parts are: The last is of interest as it indicates why the script doesn't get executed on Other interesting reading: I don't know if I'm getting closer or further away... |
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'll trust that you tried this, and it worked 👍
No it didn't lol, I need to take this back to draft (although it didn't appear to break anything...)
|
I think we can close this PR, in my testing #1091 has finally resolved this issue! |
This PR is an attempt to fix #544, first reported in https://github.com/orgs/pulsar-edit/discussions/178
It seems on upgrade the rpm is performing an uninstall to remove the pulsar script from
/usr/bin
but nothing puts it back.The option picked was from:
https://www.electron.build/configuration/linux#linuxtargetspecificoptions-apk-freebsd-pacman-p5p-and-rpm-options
and
https://fpm.readthedocs.io/en/latest/cli-reference.html