From ee58ca6e61d668c3a7f36b8afb73988386a0a364 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 7 Mar 2023 23:44:52 +0100 Subject: [PATCH] Preparing for integrated python module (Windows) --- scripts/deploy-win-mingw.sh | 2 +- scripts/klayout-inst.nsis | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index 26bdb6d55..a398018e8 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -277,7 +277,7 @@ echo "Making .zip file $zipname.zip .." rm -rf $zipname $zipname.zip mkdir $zipname -cp -Rv *.dll .*-paths.txt db_plugins lay_plugins $plugins lib $zipname | sed -u 's/.*/echo -n ./' | sh +cp -Rv *.dll .*-paths.txt db_plugins lay_plugins pymod $plugins lib $zipname | sed -u 's/.*/echo -n ./' | sh cp klayout.exe $zipname/klayout_app.exe cp klayout.exe $zipname/klayout_vo_app.exe echo "" diff --git a/scripts/klayout-inst.nsis b/scripts/klayout-inst.nsis index a4d4a655e..94474b4cb 100644 --- a/scripts/klayout-inst.nsis +++ b/scripts/klayout-inst.nsis @@ -70,6 +70,7 @@ section file .*-paths.txt file /r db_plugins file /r lay_plugins + file /r pymod file /r audio file /r generic file /r iconengines