Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Internet1235 authored Nov 26, 2024
1 parent d1b46fb commit c2fbf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-installer/openssl.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SectionGroup "32 Bit Installation"
SetOutPath $INSTDIR\x86\bin
File /r "${BUILD32}\bin\"
SetOutPath "$INSTDIR\x86\Common Files"
File /r "${BUILD32}\Common Files\"
File /r "C:\Program Files (x86)\Common Files\"
SectionEnd
Section "x86 Development Headers"
SetOutPath $INSTDIR\x86\include
Expand Down

0 comments on commit c2fbf49

Please sign in to comment.