Skip to content

Commit 8c1135c

Browse files
committed
bundle include THIRD_PARTY_LICENSES.md #417
1 parent 070b8b3 commit 8c1135c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bundle.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ done
2424
for f in "${lib_files[@]}"; do
2525
echo " $f"
2626
done
27+
echo " THIRD_PARTY_LICENSES.md"
2728
echo ""
2829

29-
roc bundle "${roc_files[@]}" "${lib_files[@]}" --output-dir "$root_dir" "$@"
30+
roc bundle "${roc_files[@]}" "${lib_files[@]}" "$root_dir/THIRD_PARTY_LICENSES.md" --output-dir "$root_dir" "$@"

0 commit comments

Comments
 (0)