Skip to content

Commit 634720e

Browse files
Anton-4claude
andcommitted
fix: use relative path for THIRD_PARTY_LICENSES.md in bundle
roc bundle does not accept absolute paths for input files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7532209 commit 634720e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ done
2727
echo " THIRD_PARTY_LICENSES.md"
2828
echo ""
2929

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

0 commit comments

Comments
 (0)