Skip to content

Commit

Permalink
Fix DSpellCheck incomplete installation
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Dec 5, 2017
1 parent 7faaa1b commit 48b3613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PowerEditor/installer/nsisInclude/binariesComponents.nsh
Expand Up @@ -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
Expand Down

0 comments on commit 48b3613

Please sign in to comment.