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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-08 07:54:11 -07:00
parent 439c2e0473
commit bded22f2f6
2 changed files with 3 additions and 2 deletions

View file

@ -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