diff --git a/PowerEditor/SciLexer.dll b/PowerEditor/SciLexer.dll new file mode 100644 index 00000000..73f77e44 Binary files /dev/null and b/PowerEditor/SciLexer.dll differ diff --git a/PowerEditor/installer/nsisInclude/binariesComponents.nsh b/PowerEditor/installer/nsisInclude/binariesComponents.nsh index 5233e411..4fc73c9d 100644 --- a/PowerEditor/installer/nsisInclude/binariesComponents.nsh +++ b/PowerEditor/installer/nsisInclude/binariesComponents.nsh @@ -115,9 +115,9 @@ ${MementoSection} "Plugins Admin" PluginsAdmin SetOverwrite on SetOutPath $ALLUSERS_PLUGIN_CONF_PATH !ifdef ARCH64 - File "..\bin64\nppPluginList.dll" + File "..\bin64\plugins\Config\nppPluginList.dll" !else - File "..\bin\nppPluginList.dll" + File "..\bin\plugins\Config\nppPluginList.dll" !endif ${MementoSectionEnd}