summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packaging/windows/subsurface.nsi.in1
-rw-r--r--subsurface-install.pri4
2 files changed, 3 insertions, 2 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in
index f32deefc7..32ceba2dc 100644
--- a/packaging/windows/subsurface.nsi.in
+++ b/packaging/windows/subsurface.nsi.in
@@ -102,6 +102,7 @@ Section
# the DLLs there that we depend on, this is much easier
File subsurface.exe
File /r data
+ File /r theme
File /r images
File /r plugins
File /r Documentation
diff --git a/subsurface-install.pri b/subsurface-install.pri
index f1f8f983b..db1c0ff6a 100644
--- a/subsurface-install.pri
+++ b/subsurface-install.pri
@@ -31,7 +31,7 @@ mac {
datadir = Contents/Resources/share
marbledir.path = Contents/Resources/data
- theme.path = Contents/Resources/data
+ theme.path = Contents/Resources
doc.path = $$datadir/Documentation
translation.path = Contents/Resources/translations
qttranslation.path = Contents/Resources/translations
@@ -62,7 +62,7 @@ mac {
deploy.CONFIG += no_check_exist
target.path = $$WINDOWSSTAGING
marbledir.path = $$WINDOWSSTAGING/data
- theme.path = $$WINDOWSSTAGING/data
+ theme.path = $$WINDOWSSTAGING
INSTALLS += deploy marbledir target doc theme
translation.path = $$WINDOWSSTAGING/translations