Merge pull request #704 from pulsar-edit/fix-file-context-menu-icon

[core] Fix the icon used when registering Pulsar as a file handler in Windows
This commit is contained in:
confused_techie 2023-09-03 15:06:31 -07:00 committed by GitHub
commit f7dd7b010a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,7 @@ const fileIconPath = `"${Path.join(
process.execPath,
'..',
'resources',
'cli',
'file.ico'
'pulsar.ico'
)}"`;
class ShellOption {