diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-08 07:54:11 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-08 07:54:11 -0700 |
commit | bded22f2f6ecaa09bdf14308801d32f04aed4741 (patch) | |
tree | 4b1b4f8b9d7c144871c2dab4dc750e07e096a584 /packaging/windows | |
parent | 439c2e0473d85302e94487f3e244ddc792cdf1a5 (diff) | |
download | subsurface-bded22f2f6ecaa09bdf14308801d32f04aed4741.tar.gz |
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>
Diffstat (limited to 'packaging/windows')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 1 |
1 files changed, 1 insertions, 0 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 |