diff --git a/copy_all_modules_from_Kicad.sh b/copy_all_modules_from_Kicad.sh index a2497aa..755d5cb 100644 --- a/copy_all_modules_from_Kicad.sh +++ b/copy_all_modules_from_Kicad.sh @@ -3,5 +3,6 @@ cd hellen-one python2.7 ./bin/copy_from_Kicad.py "modules" "kicad/modules" "gerber" "wbo" "0.1" +python2.7 ./bin/copy_from_Kicad.py "modules" "kicad/modules" "gerber" "vr-discrete" "0.1" echo "Done!"