diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-29 10:47:53 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-29 10:55:33 -0700 |
commit | ed8f8fba17118a79208a6a8bbbf36bc0c22177fd (patch) | |
tree | 7d8258b60dfeb4b5996ac815dcc89bb24eff1729 /packaging/windows/subsurface.nsi.in | |
parent | e76f527fe53063663bdf1f71ca870e7009743f25 (diff) | |
download | subsurface-ed8f8fba17118a79208a6a8bbbf36bc0c22177fd.tar.gz |
MXE build: remove Marble
Also, don't package the data directory (which held marble data) anymore.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/windows/subsurface.nsi.in')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index b5032a698..2d8e57042 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -147,7 +147,6 @@ Section # now that we install into the staging directory and try to only have # 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 |