diff options
Diffstat (limited to 'packaging/windows/setup.nsi')
-rw-r--r-- | packaging/windows/setup.nsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 3a6797f81..261ef887e 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -238,6 +238,8 @@ Section "Core files (required)" SecCore CreateDirectory "$INSTDIR\data\themes\pink" CreateDirectory "$INSTDIR\data\themes\unity" CreateDirectory "$INSTDIR\data\themes\wood" + CreateDirectory "$INSTDIR\data\translations" + CreateDirectory "$INSTDIR\data\translations\help" CreateDirectory "$INSTDIR\docs" SetOverwrite ifnewer @@ -306,6 +308,8 @@ Section "Core files (required)" SecCore SetOutPath "$INSTDIR\data\themes\wood" File "${SRCDIR}\data\themes\wood\*.png" File "${SRCDIR}\data\themes\wood\*.xml" + SetOutPath "$INSTDIR\data\translations\help" + File "${SRCDIR}\data\translations\help\*.po" SetOutPath "$INSTDIR\data\help" File "${SRCDIR}\data\help\*.txt" SetOutPath "$INSTDIR\data\help\tips" |