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

[core] Fix the icon used when registering Pulsar as a file handler in Windows #704

Merged
merged 1 commit into from
Sep 3, 2023

Conversation

confused-Techie
Copy link
Member

Currently if Pulsar is registered as a file handler in Windows, the icon used no longer exists since our rewriting of the electron-builder process.

This means that if Pulsar is then set as the application to open a specific file, after enabling Register as file handler in Pulsar's settings, that file will receive a blank icon, instead of the Pulsar logo.

This PR resolves the icon path to one that we know exists on Windows, and should resolve this issue.

Resolves #662

Copy link
Member

@Spiker985 Spiker985 left a comment

Choose a reason for hiding this comment

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

Simply shortens the path, and points to a known icon file - LGTM

@confused-Techie
Copy link
Member Author

Thanks a ton for the review @Spiker985!

With your approval, and all tests passing, lets go ahead and merge this!

@confused-Techie confused-Techie merged commit f7dd7b0 into master Sep 3, 2023
@confused-Techie confused-Techie deleted the fix-file-context-menu-icon branch September 3, 2023 22:06
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.

File type icon is not set
2 participants