Skip to content

Commit

Permalink
#180 [SL] - Fix installer section name.
Browse files Browse the repository at this point in the history
  • Loading branch information
l4uZP committed Jan 30, 2025
1 parent 8b429e9 commit bd845b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/installer-script.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Function .onInit
WriteRegDWORD HKLM "Software\${NAME}" "Installer Language" $LANGUAGE
FunctionEnd

Section /e "$(SecWahayName)"
Section "$(SecWahayName)"
SetOutPath "$INSTDIR"

SectionIn 1 RO
Expand Down

0 comments on commit bd845b6

Please sign in to comment.