Skip to content

Commit

Permalink
Recognize entries with no file extention in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Jun 23, 2020
1 parent e61cbb6 commit bf10fb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup/Ninja.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,8 @@ Section !$(NameSecAppFiles) SecAppFiles
IfErrors "" main

; Add comma if necessary
${WordFind} "$4" "." "E#" $3
IfErrors +2
StrCpy $4 "$4 ,"
StrCmp "$4" "" +2
StrCpy $4 "$4,"

; Append to list
DetailPrint "Add Ninja.dll to PluginList ($IniFile)..."
Expand Down

0 comments on commit bf10fb4

Please sign in to comment.