Skip to content

Commit

Permalink
Dirtfix for et tu
Browse files Browse the repository at this point in the history
  • Loading branch information
egornovivan authored Jul 21, 2021
1 parent da69ecc commit be95124
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extra/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ for q in lq_ebur128 hq_ebur128 uhq_ebur128; do
fname="fallout_1_2_${q}_music_${version}.zip"
cp "LICENSE.md" "$q"
cd "$q"
for f in 03wrldmp.*; do
cp -- "$f" "03world${f#03wrldmp}"
done
zip "$fname" *
mv "$fname" ..
cd ..
Expand Down

0 comments on commit be95124

Please sign in to comment.