Skip to content

Commit

Permalink
Fix for Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Oct 28, 2023
1 parent 3caccbc commit 6161367
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/gk2_win_setup.nsi
Expand Up @@ -463,6 +463,11 @@ SectionGroup /e "$(gklang)"
SetOutPath "$INSTDIR\locales"
File "..\locales\Spanish.lng"
SectionEnd

Section "Nederlands"
SetOutPath "$INSTDIR\locales"
File "..\locales\Dutch.lng"
SectionEnd
SectionGroupEnd

SectionGroup /e "$(gkplg)"
Expand Down
5 changes: 5 additions & 0 deletions deploy/gk3_win_setup.nsi
Expand Up @@ -437,6 +437,11 @@ SectionGroup /e "$(gklang)"
SetOutPath "$INSTDIR\locales"
File "..\locales\Spanish.lng"
SectionEnd

Section "Nederlands"
SetOutPath "$INSTDIR\locales"
File "..\locales\Dutch.lng"
SectionEnd
SectionGroupEnd

SectionGroup /e "$(gkplg)"
Expand Down

0 comments on commit 6161367

Please sign in to comment.