File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if [ $CLEAN_INSTALL == 1 ]; then
56
56
rm -rf $SCRIPTPATH /install/*
57
57
fi
58
58
if $SCRIPTPATH /src/ros2cs/build.sh $OPTIONS ; then
59
- mkdir -p $SCRIPTPATH /install/asset && cp -R $SCRIPTPATH /src/Ros2ForUnity $SCRIPTPATH /install/asset/Ros2ForUnity
59
+ mkdir -p $SCRIPTPATH /install/asset && cp -R $SCRIPTPATH /src/Ros2ForUnity $SCRIPTPATH /install/asset/
60
60
$SCRIPTPATH /deploy_unity_plugins.sh $SCRIPTPATH /install/asset/Ros2ForUnity/Plugins/
61
61
else
62
62
echo " Ros2cs build failed!"
Original file line number Diff line number Diff line change 13
13
14
14
pluginDir=$1
15
15
16
- cp --verbose $SCRIPTPATH /install/lib/dotnet/* ${pluginDir}
17
16
mkdir -p ${pluginDir} /Linux/x86_64/
17
+ cp --verbose $SCRIPTPATH /install/lib/dotnet/* ${pluginDir}
18
18
cp --verbose $SCRIPTPATH /install/standalone/* ${pluginDir} /Linux/x86_64/
19
19
cp --verbose $SCRIPTPATH /install/lib/* .so ${pluginDir} /Linux/x86_64/
You can’t perform that action at this time.
0 commit comments