diff --git a/copyIcarusSrc.ps1 b/copyIcarusSrc.ps1 new file mode 100644 index 0000000..a1ec309 --- /dev/null +++ b/copyIcarusSrc.ps1 @@ -0,0 +1,3 @@ +# Esecuzione copia da aree src progetto ICARUS 3d Viewer live a src x npm build/pack + +Copy-Item -Path "IcarusView\3MF_test\Web3D-Vue\Web3D_viewer_live\src\draw\*" -Destination "IcarusView\src\draw" -Recurse \ No newline at end of file