mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5f12660870
commit
ca8aee4701
5 changed files with 52 additions and 63 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue