mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-16 04:14:05 +00:00
Fixed a typo in the archive script for the win32 milkdrop dist
This commit is contained in:
parent
8bf9a96de7
commit
471d66d504
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user