Skip to content

Commit 6db34c4

Browse files
authored
Merge pull request #1271 from nexB/release-script
Use the new thirdparty directory directly
2 parents 167995c + 115eb71 commit 6db34c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/release/build-plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ for i in `ls plugins`
1616
pushd plugins/$i
1717
rm -rf dist build
1818
python setup.py release
19-
cp `find dist/ -type f` ../../thirdparty/prod/
19+
cp `find dist/ -type f` ../../thirdparty/
2020
popd
2121
done

0 commit comments

Comments
 (0)