X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=windows%2Finstaller.nsi.64.in;h=233d7f65e02cbd7a5a45d6d3afe2d67b759980f7;hb=fe007671ad7616bd147c387957e1ce9d98a9c764;hp=21980e61ad48a698868f066262773b3f7971283f;hpb=9d283e1f5ed5b06dea2ff818daf4eff2a7e8cae5;p=dcpomatic.git diff --git a/windows/installer.nsi.64.in b/windows/installer.nsi.64.in index 21980e61a..233d7f65e 100644 --- a/windows/installer.nsi.64.in +++ b/windows/installer.nsi.64.in @@ -103,14 +103,22 @@ File "%deps%/etc/ImageMagick/delegates.xml" SetOutPath "$PROFILE\.magick" File "%deps%/etc/ImageMagick/delegates.xml" -SetOutPath "$INSTDIR\locale\fr_FR" +SetOutPath "$INSTDIR\locale\fr\LC_MESSAGES" File "%binaries%/src/lib/mo/fr_FR/libdvdomatic.mo" File "%binaries%/src/wx/mo/fr_FR/libdvdomatic-wx.mo" File "%binaries%/src/tools/mo/fr_FR/dvdomatic.mo" -SetOutPath "$INSTDIR\locale\it_IT" +SetOutPath "$INSTDIR\locale\it\LC_MESSAGES" File "%binaries%/src/lib/mo/it_IT/libdvdomatic.mo" File "%binaries%/src/wx/mo/it_IT/libdvdomatic-wx.mo" File "%binaries%/src/tools/mo/it_IT/dvdomatic.mo" +SetOutPath "$INSTDIR\locale\es\LC_MESSAGES" +File "%binaries%/src/lib/mo/es_ES/libdvdomatic.mo" +File "%binaries%/src/wx/mo/es_ES/libdvdomatic-wx.mo" +File "%binaries%/src/tools/mo/es_ES/dvdomatic.mo" +SetOutPath "$INSTDIR\locale\sv\LC_MESSAGES" +File "%binaries%/src/lib/mo/sv_SE/libdvdomatic.mo" +File "%binaries%/src/wx/mo/sv_SE/libdvdomatic-wx.mo" +File "%binaries%/src/tools/mo/sv_SE/dvdomatic.mo" CreateShortCut "$DESKTOP\DVD-o-matic.lnk" "$INSTDIR\bin\dvdomatic.exe" "" CreateShortCut "$DESKTOP\DVD-o-matic encode server.lnk" "$INSTDIR\bin\servomatic_gui.exe" ""