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

refactor: implement GetResourcesPath using MainApplicationBundlePath on Mac #19135

Merged
merged 1 commit into from Jul 9, 2019

Conversation

miniak
Copy link
Contributor

@miniak miniak commented Jul 6, 2019

Description of Change

Re-use existing logic in MainApplicationBundlePath to avoid duplicating similar code.
Also remove leftover NodeBindings::GetHelperResourcesPath() after #15701.

Checklist

  • PR description included and stakeholders cc'd
  • npm test passes
  • PR title follows semantic commit guidelines

Release Notes

Notes: no-notes

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jul 6, 2019
@miniak miniak self-assigned this Jul 6, 2019
@miniak miniak requested a review from codebytere July 6, 2019 17:50
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jul 7, 2019
Copy link
Member

@deepak1556 deepak1556 left a comment

Choose a reason for hiding this comment

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

Nice!

@miniak miniak requested a review from nornagon July 8, 2019 23:28
@alexeykuzmin alexeykuzmin merged commit b32bee5 into master Jul 9, 2019
@release-clerk
Copy link

release-clerk bot commented Jul 9, 2019

No Release Notes

@alexeykuzmin alexeykuzmin deleted the miniak/resources-path branch July 9, 2019 09:56
@class NSBundle;
#else
struct NSBundle;
Copy link
Member

Choose a reason for hiding this comment

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

This is super weird, why do we need to define NSBundle in non-objc code?

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.

None yet

5 participants