From ca8aee4701f95a758f93033eb88ca851d61b2008 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 16 Dec 2013 09:09:41 -0800 Subject: Move the XSLT files into a Qt resource This means we no longer need to keep them on disk and worry about installing / uninstalling them. They will always be kept in-memory (compressed). Signed-off-by: Thiago Macieira Signed-off-by: Dirk Hohndel --- packaging/windows/subsurface.nsi.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'packaging') diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index e8246fc00..2803a049e 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -99,7 +99,6 @@ Section # Files to include in installer File subsurface.exe - File /r xslt File /r data File /r images File /r plugins @@ -156,14 +155,12 @@ Section "Uninstall" # Delete installed files Delete "$INSTDIR\*.dll" - Delete "$INSTDIR\xslt\*.xslt" Delete "$INSTDIR\freetype-config" Delete "$INSTDIR\subsurface.exe" Delete "$INSTDIR\subsurface.ico" Delete "$INSTDIR\Uninstall.exe" Delete "$INSTDIR\qt.conf" RMDir /r "$INSTDIR\share" - RMDir /r "$INSTDIR\xslt" RMDir /r "$INSTDIR\data" RMDir /r "$INSTDIR\images" RMDir /r "$INSTDIR\translations" -- cgit v1.2.3-70-g09d2