Skip to content

Commit 4e9cba1

Browse files
committed
update plugins path
1 parent 1fb6ac6 commit 4e9cba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setupdeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DISTDIR="$(pwd)/dist"
1212
mkdir -p $DISTDIR/bin
1313

1414
# Create plugins directory and copy plugin code
15-
cp -R plugins $(pwd)/dist/
15+
cp -R ./node_modules/common-utils/plugins $(pwd)/dist/
1616

1717
# Download and extract in a temporary directory
1818
WORKINGDIR=$(mktemp -d -t rmc_build.XXXXXX)

0 commit comments

Comments
 (0)