Skip to content
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: ensure that CFBundleExecutable and friends are correct for helper apps #1046

Merged
merged 2 commits into from Aug 28, 2019

Conversation

MarshallOfSound
Copy link
Member

@MarshallOfSound MarshallOfSound commented Aug 28, 2019

The CFBundleExecutable value was wrong as we were overwriting this.helperPlist for every helper. Now we don't and now the values are correct. There are even tests and stuff

Fixes #1045.

@malept malept self-requested a review August 28, 2019 23:02
Copy link
Member

@malept malept left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: assuming tests pass

@codecov-io
Copy link

Codecov Report

Merging #1046 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1046   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          14      14           
  Lines         687     689    +2     
======================================
+ Hits          687     689    +2
Impacted Files Coverage Δ
src/mac.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update deaff01...782911d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mac App Store rejected upload with "ERROR ITMS-90261: Bad CFBundleExecutable..." in electron version >= 6
3 participants