ShellAnything is a C++ open-source software which allow one to easily customize and add new options to *Windows Explorer* context menu. Define specific actions when a user right-click on a file or a directory.
MIT License
183
stars
27
forks
source link
Property 'application.path' resolves to sa.core.dll instead of sa.shellextension.dll #124
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."
Describe the bug Property
application.path
resolves to sa.core.dll instead of sa.shellextension.dll. The UserManual states that propertyapplication.path
should "Matche the full path of the shell extension DLL."To Reproduce Steps to reproduce the behavior:
Expected behavior Property
application.path
should be set to something similar toC:\Program Files\ShellAnything\bin\sa.shellextension.dll
.Screenshots N/A
Environment
Additional context N/A