mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Nsis script for Windows installer add missing translation directory file in SubSection "$(Energy)"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4448 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -190,18 +190,21 @@ SetOverwrite on
|
|||||||
Section "$(water)"
|
Section "$(water)"
|
||||||
SetOutPath "$INSTDIR\elements\60_energy"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/11_water"
|
File /r "./files/elements/60_energy/11_water"
|
||||||
|
File /r "./files/elements/60_energy/"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Refrigeration)"
|
Section "$(Refrigeration)"
|
||||||
SetOutPath "$INSTDIR\elements\60_energy"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/21_refrigeration"
|
File /r "./files/elements/60_energy/21_refrigeration"
|
||||||
|
File /r "./files/elements/60_energy/"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Solar_thermal)"
|
Section "$(Solar_thermal)"
|
||||||
SetOutPath "$INSTDIR\elements\60_energy"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/31_solar_thermal"
|
File /r "./files/elements/60_energy/31_solar_thermal"
|
||||||
|
File /r "./files/elements/60_energy/"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SubSectionEnd
|
SubSectionEnd
|
||||||
|
|||||||
@@ -194,18 +194,21 @@ SetOverwrite on
|
|||||||
Section "$(water)"
|
Section "$(water)"
|
||||||
SetOutPath "$INSTDIR\elements\60_energy"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/11_water"
|
File /r "./files/elements/60_energy/11_water"
|
||||||
|
File /r "./files/elements/60_energy/"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Refrigeration)"
|
Section "$(Refrigeration)"
|
||||||
SetOutPath "$INSTDIR\elements\60_energy"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/21_refrigeration"
|
File /r "./files/elements/60_energy/21_refrigeration"
|
||||||
|
File /r "./files/elements/60_energy/"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Solar_thermal)"
|
Section "$(Solar_thermal)"
|
||||||
SetOutPath "$INSTDIR\elements\60_energy"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/31_solar_thermal"
|
File /r "./files/elements/60_energy/31_solar_thermal"
|
||||||
|
File /r "./files/elements/60_energy/"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SubSectionEnd
|
SubSectionEnd
|
||||||
|
|||||||
Reference in New Issue
Block a user