We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a0af2 commit 73782ffCopy full SHA for 73782ff
update-licenses.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
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);
+ (cd $crate && cargo bundle-licenses --format yaml --output THIRDPARTY.yml --previous THIRDPARTY.yml);
4
done
0 commit comments