Fixed the "with milkdrop" archiver script.

This commit is contained in:
casey langen 2018-06-10 19:30:35 -07:00
parent 98fcc56a4d
commit 665410dd53

View File

@ -32,7 +32,7 @@ popd
mkdir -p "$MILKDROP/plugins"
mkdir -p "$MILKDROP/themes"
mkdir -p "$MILKDROP/locales"
mkdir -p "$VANILLA/fonts"
mkdir -p "$MILKDROP/fonts"
cp bin/release/musikcube.exe "$MILKDROP"
cp bin/release/*.dll "$MILKDROP"
cp bin/release/plugins/*.dll "$MILKDROP/plugins"