From ecbdd741b103c44cf4cbeea0e4e67bde2915e549 Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Wed, 31 Jan 2018 19:51:32 +0000 Subject: [PATCH] Add Danish translations to NSI installer --- windows/cantata.nsi.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/cantata.nsi.cmake b/windows/cantata.nsi.cmake index ff56bc799..82fcedc20 100644 --- a/windows/cantata.nsi.cmake +++ b/windows/cantata.nsi.cmake @@ -181,6 +181,7 @@ section "install" file "imageformats\qsvg.dll" setOutPath $INSTDIR\translations file "translations\cantata_cs.qm" + file "translations\cantata_da.qm" file "translations\cantata_de.qm" file "translations\cantata_en_GB.qm" file "translations\cantata_es.qm" @@ -598,6 +599,7 @@ section "uninstall" delete "$INSTDIR\ssleay32.dll" delete "$INSTDIR\translations\cantata_cs.qm" + delete "$INSTDIR\translations\cantata_da.qm" delete "$INSTDIR\translations\cantata_de.qm" delete "$INSTDIR\translations\cantata_en_GB.qm" delete "$INSTDIR\translations\cantata_es.qm"