Skip to content

Commit 73782ff

Browse files
committed
update-licenses.sh: keep custom licenses intact
1 parent a6a0af2 commit 73782ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-licenses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
for crate in libertem_dectris libertem_asi_tpx3 libertem_asi_mpx3 libertem_qd_mpx; do
3-
(cd $crate && cargo bundle-licenses --format yaml --output THIRDPARTY.yml);
3+
(cd $crate && cargo bundle-licenses --format yaml --output THIRDPARTY.yml --previous THIRDPARTY.yml);
44
done

0 commit comments

Comments
 (0)