Fixed a typo in the archive script for the win32 milkdrop dist

This commit is contained in:
casey langen 2018-04-29 00:18:35 -07:00
parent 8bf9a96de7
commit 471d66d504

View File

@ -38,7 +38,7 @@ cp bin/release/*.dll "$MILKDROP"
cp bin/release/plugins/*.dll "$MILKDROP/plugins"
cp bin/release/themes/*.json "$MILKDROP/themes"
cp bin/release/locales/*.json "$MILKDROP/locales"
cp bin/release/fonts/*.ttf "$VANILLA/fonts"
cp bin/release/fonts/*.ttf "$MILKDROP/fonts"
cp -rfp bin/release/plugins/Milkdrop2 "$MILKDROP/plugins"
pushd $MILKDROP
7z a -tzip "musikcube_win32_with_milkdrop2_$VERSION.zip" ./* -mx=9