From defb3a1798a3aec416435d204d5a7405fc5dbf68 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 19 Aug 2015 23:36:27 +0000 Subject: [PATCH] Nsis Installers : Minor fix git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4138 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- packaging/windows/QET.nsi | 3 ++- packaging/windows/QET64.nsi | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/windows/QET.nsi b/packaging/windows/QET.nsi index de0aef718..5d35f807c 100644 --- a/packaging/windows/QET.nsi +++ b/packaging/windows/QET.nsi @@ -180,7 +180,7 @@ Section "$(Pneumatic)" File /r "./files/elements/50_pneumatic" SectionEnd -SubSectionEnd + ;--------------------------------- SubSection "$(Energy)" @@ -202,6 +202,7 @@ Section "$(Solar_thermal)" File /r "./files/elements/60_energy/31_solar_thermal" SectionEnd +SubSectionEnd SubSectionEnd ;------------------------------- diff --git a/packaging/windows/QET64.nsi b/packaging/windows/QET64.nsi index 611f5d71a..85ceaf276 100644 --- a/packaging/windows/QET64.nsi +++ b/packaging/windows/QET64.nsi @@ -184,7 +184,7 @@ Section "$(Pneumatic)" File /r "./files/elements/50_pneumatic" SectionEnd -SubSectionEnd + ;--------------------------------- SubSection "$(Energy)" @@ -206,6 +206,7 @@ Section "$(Solar_thermal)" File /r "./files/elements/60_energy/31_solar_thermal" SectionEnd +SubSectionEnd SubSectionEnd ;-------------------------------