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

Use name attribute not the deprecated getter function #1804

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

belcherj
Copy link
Contributor

@belcherj belcherj commented Jan 3, 2020

Fix

https://electronjs.org/docs/all#appgetname is deprecated,
https://electronjs.org/docs/all#appname should be used instead. This PR
replaces uses of .getName() with .name.

Test

Open built dmg from ci and ensure the App name in the context menu is correct.

@belcherj belcherj force-pushed the update/use-name-attribute-not-getter branch from 3d0f819 to 4aea13b Compare January 9, 2020 15:50
@belcherj belcherj changed the title Use name attribute not the deprecated getter function Blocked: Use name attribute not the deprecated getter function Jan 9, 2020
@belcherj belcherj self-assigned this Jan 9, 2020
https://electronjs.org/docs/all#appgetname is deprecated,
https://electronjs.org/docs/all#appname should be used instead. This PR
replaces uses of `.getName()` with `.name`.
@belcherj belcherj force-pushed the update/use-name-attribute-not-getter branch from 4aea13b to 9d1e262 Compare February 10, 2020 20:35
@belcherj belcherj requested a review from a team February 11, 2020 15:31
@belcherj belcherj marked this pull request as ready for review February 11, 2020 15:31
Copy link
Member

@dmsnell dmsnell left a comment

Choose a reason for hiding this comment

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

Pending testing - seems like we can merge this and a few more together and do an extra heavy testing period at the end of the day/week

@belcherj belcherj changed the title Blocked: Use name attribute not the deprecated getter function Use name attribute not the deprecated getter function Feb 11, 2020
@belcherj belcherj merged commit 4795d1a into develop Feb 11, 2020
@belcherj belcherj deleted the update/use-name-attribute-not-getter branch February 11, 2020 16:14
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.

2 participants