Skip to content

Commit

Permalink
Small installer's fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Feb 14, 2019
1 parent 0b4c6d5 commit 5114bc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/gk2_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,11 @@ SectionGroup /e "$(gklang)"
SetOutPath "$INSTDIR\locales"
File "..\locales\Chinese Simplified.lng"
SectionEnd

Section "Čeština"
SetOutPath "$INSTDIR\locales"
File "..\locales\czech.lng"
SectionEnd
SectionGroupEnd

SectionGroup /e "$(gkplg)"
Expand Down

0 comments on commit 5114bc2

Please sign in to comment.