mirror of https://github.com/KLayout/klayout.git
Preparing for integrated python module (Windows)
This commit is contained in:
parent
3e53431d92
commit
ee58ca6e61
|
|
@ -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 ""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue