Skip to content

Commit

Permalink
Working on windows bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Dec 13, 2023
1 parent beeb33b commit ac4015a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion win/pw3270.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ VIAddVersionKey "LegalCopyright" "(C) 2017 Banco do Brasil S/A. All Rights Reser

!define MUI_ABORTWARNING
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "share\@PRODUCT_NAME@\LICENSE"
!insertmacro MUI_PAGE_LICENSE "share\licenses\@PRODUCT_NAME@\LICENSE"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
Expand Down Expand Up @@ -217,6 +217,7 @@ SubSection "@PRODUCT_NAME@" SecMain
sectionEnd
!endif

!ifdef WITHPLUGINS
SubSection "Plugins" SecPLugin

Section "Remote control" IPCPlugin
Expand All @@ -229,6 +230,7 @@ SubSection "@PRODUCT_NAME@" SecMain
sectionEnd

SubSectionEnd
!endif

SubSectionEnd

Expand Down

0 comments on commit ac4015a

Please sign in to comment.