From bded22f2f6ecaa09bdf14308801d32f04aed4741 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 8 Jun 2014 07:54:11 -0700 Subject: HTML export: fix packaging of theme dir I was confused by the function name getSubsurfaceDataPath() - it does not find paths relative to the "data" folder, if finds the path where we might install folders like "data", "translations", or "theme". "data" is for some reason where we install the "marbledata" files. Therefore on both Mac and Windows we need to put the "theme" directory next to the "data" directory, not below it. Signed-off-by: Dirk Hohndel --- packaging/windows/subsurface.nsi.in | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging/windows') 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 -- cgit v1.2.3-70-g09d2