Skip to content

Commit e30c704

Browse files
committed
Update publish.sh
1 parent a556043 commit e30c704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for q in lq_ebur128 hq_ebur128 uhq_ebur128; do
1313
fname="van_buren_sounds_${q}_${version}.zip"
1414
cp "LICENSE.md" "$q"
1515
cd "$q"
16-
zip "$fname" *
16+
zip -r "$fname" *
1717
mv "$fname" ..
1818
cd ..
1919
done

0 commit comments

Comments
 (0)