mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 00:34:24 +02:00
Fix DSpellCheck incomplete installation
This commit is contained in:
parent
7faaa1bb24
commit
48b3613d38
@ -61,10 +61,12 @@ SectionGroup "Plugins" Plugins
|
||||
SetOutPath "$INSTDIR\plugins"
|
||||
!ifdef ARCH64
|
||||
File "..\bin64\plugins\DSpellCheck.dll"
|
||||
SetOutPath "$INSTDIR\plugins\Config\Hunspell"
|
||||
File "..\bin64\plugins\Config\Hunspell\en_US.aff"
|
||||
File "..\bin64\plugins\Config\Hunspell\en_US.dic"
|
||||
!else
|
||||
File "..\bin\plugins\DSpellCheck.dll"
|
||||
SetOutPath "$INSTDIR\plugins\Config\Hunspell"
|
||||
File "..\bin\plugins\Config\Hunspell\en_US.aff"
|
||||
File "..\bin\plugins\Config\Hunspell\en_US.dic"
|
||||
!endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user