Skip to content

Property 'application.path' resolves to sa.core.dll instead of sa.shellextension.dll #124

@end2endzone

Description

@end2endzone

Describe the bug
Property application.path resolves to sa.core.dll instead of sa.shellextension.dll.
The UserManual states that property application.path should "Matche the full path of the shell extension DLL."

To Reproduce
Steps to reproduce the behavior:

  1. Load the shell extension.
  2. Create the following menu:
<menu name="Debug">
  <menu name="${application.path}">
  </menu>
</menu>
  1. Right-click on File Explorer, the shell extension's menus will be displayed.
  2. Look at the name of the menu displayed under menu Debug.

Expected behavior
Property application.path should be set to something similar to C:\Program Files\ShellAnything\bin\sa.shellextension.dll.

Screenshots
N/A

Environment

  • OS: Windows 10

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions