diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-28 14:25:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-28 14:25:45 +0000 |
| commit | fe007671ad7616bd147c387957e1ce9d98a9c764 (patch) | |
| tree | b2e4da462c56f76d5985cb82dbc5c8659fddabb6 /windows | |
| parent | 6e62d321ea504a337f29a64d937c5881902099cd (diff) | |
Add sv_SE to windows installer.
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/installer.nsi.32.in | 4 | ||||
| -rw-r--r-- | windows/installer.nsi.64.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/windows/installer.nsi.32.in b/windows/installer.nsi.32.in index 9a2070999..ac68ac88b 100644 --- a/windows/installer.nsi.32.in +++ b/windows/installer.nsi.32.in @@ -105,6 +105,10 @@ 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" "" diff --git a/windows/installer.nsi.64.in b/windows/installer.nsi.64.in index 9f04f270d..233d7f65e 100644 --- a/windows/installer.nsi.64.in +++ b/windows/installer.nsi.64.in @@ -115,6 +115,10 @@ 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" "" |
