summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-12-17 16:42:27 +0300
committerAndrei Karas <akaras@inbox.ru>2011-12-17 16:42:27 +0300
commitba997be747666c74c46c734cb636a8de84c582b3 (patch)
tree1596c7bede896dce8d5cc6ba4c887dbeb4a2a300 /packaging
parent32973f167f9a6f49957ea6a2cce119d91f997b3b (diff)
downloadplus-ba997be747666c74c46c734cb636a8de84c582b3.tar.gz
plus-ba997be747666c74c46c734cb636a8de84c582b3.tar.bz2
plus-ba997be747666c74c46c734cb636a8de84c582b3.tar.xz
plus-ba997be747666c74c46c734cb636a8de84c582b3.zip
Move target cursors to themes.
Remove old unused target cursors.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/setup.nsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index ebb2002a1..9767cf685 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -268,8 +268,6 @@ Section "Core files (required)" SecCore
File "${SRCDIR}\README.txt"
SetOutPath "$INSTDIR\data\fonts"
File "${SRCDIR}\data\fonts\*.ttf"
- SetOutPath "$INSTDIR\data\graphics"
- File "${SRCDIR}\data\graphics\*.png"
SetOutPath "$INSTDIR\data\graphics\gui"
File "${SRCDIR}\data\graphics\gui\*.png"
File "${SRCDIR}\data\graphics\gui\*.xml"