Skip to content

Commit

Permalink
Fixed unity packaging script that copy Mcc module source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
emgucv committed Oct 22, 2020
1 parent 04abb90 commit 7a04431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emgu.CV.Unity/copy_unity_assets
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ cp -r ../Emgu.CV.Contrib/IntensityTransform/*.cs Assets/Emgu.CV/Assets/Scripts/E
mkdir -p Assets/Emgu.CV/Assets/Scripts/Emgu.CV.Contrib/Rapid
cp -r ../Emgu.CV.Contrib/Rapid/*.cs Assets/Emgu.CV/Assets/Scripts/Emgu.CV.Contrib/Rapid
mkdir -p Assets/Emgu.CV/Assets/Scripts/Emgu.CV.Contrib/Mcc
cp -r ../Emgu.CV.Contrib/Rapid/*.cs Assets/Emgu.CV/Assets/Scripts/Emgu.CV.Contrib/Mcc
cp -r ../Emgu.CV.Contrib/Mcc/*.cs Assets/Emgu.CV/Assets/Scripts/Emgu.CV.Contrib/Mcc

cp -r ../Emgu.CV.OCR/*.cs Assets/Emgu.CV/Assets/Scripts/Emgu.CV.OCR/

Expand Down

0 comments on commit 7a04431

Please sign in to comment.