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:
- Load the shell extension.
- Create the following menu:
<menu name="Debug">
<menu name="${application.path}">
</menu>
</menu>
- Right-click on File Explorer, the shell extension's menus will be displayed.
- 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
Additional context
N/A