summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-19 22:24:18 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-19 22:24:18 -0700
commit8ab7b5ea7f9f5c9f7211a8dbcfcaa2cfd2ee4a09 (patch)
tree07d2b1171d284e1815cb2633c0168c5f5db0a859 /packaging
parent7e216bcb0c31df1a1af015e7f8b620117829b64a (diff)
downloadsubsurface-8ab7b5ea7f9f5c9f7211a8dbcfcaa2cfd2ee4a09.tar.gz
Windows installer: include grantlee plugins and printing templates
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/subsurface.nsi.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in
index d22061880..d09d4beb3 100644
--- a/packaging/windows/subsurface.nsi.in
+++ b/packaging/windows/subsurface.nsi.in
@@ -100,6 +100,8 @@ Section
File /r plugins
File /r Documentation
File /r translations
+ File /r printing_templates
+ File /r grantlee
File *.dll
File subsurface.ico
File qt.conf
@@ -150,6 +152,8 @@ Section "Uninstall"
RMDir /r "$INSTDIR\oldshare"
RMDir /r "$INSTDIR\plugins"
RMDir /r "$INSTDIR\Documentation"
+ RMDir /r "$INSTDIR\printing_templates"
+ RMDir /r "$INSTDIR\grantlee"
RMDir "$INSTDIR"
# Remove shortcuts