From 93f4cbf294b5c9d64d6f84aa32f1ae06930005f3 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 23 Jan 2019 21:16:26 +0100 Subject: [PATCH] Fixed Windows installer: stream plugins have not been included. --- scripts/klayout-inst.nsis | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/klayout-inst.nsis b/scripts/klayout-inst.nsis index 7d6244294..91d36a508 100644 --- a/scripts/klayout-inst.nsis +++ b/scripts/klayout-inst.nsis @@ -68,6 +68,8 @@ section file *.dll file strm*.exe file .*-paths.txt + file /r db_plugins + file /r lay_plugins file /r audio file /r generic file /r iconengines