Updated Windows archive scripts.

This commit is contained in:
casey langen 2020-02-09 00:51:24 -08:00
parent 22c2e03a8f
commit 5bad7b59f4
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ mkdir -p "$VANILLA/themes"
mkdir -p "$VANILLA/locales"
mkdir -p "$VANILLA/fonts"
cp bin32/release/musikcube.exe "$VANILLA"
cp bin32/release-con/musikcube.exe "$VANILLA/musikcube-cmd.exe"
cp bin32/release/*.dll "$VANILLA"
cp bin32/release/plugins/*.dll "$VANILLA/plugins"
cp bin32/release/themes/*.json "$VANILLA/themes"
@ -34,6 +35,7 @@ mkdir -p "$MILKDROP/themes"
mkdir -p "$MILKDROP/locales"
mkdir -p "$MILKDROP/fonts"
cp bin32/release/musikcube.exe "$MILKDROP"
cp bin32/release-con/musikcube.exe "$VANILLA/musikcube-cmd.exe"
cp bin32/release/*.dll "$MILKDROP"
cp bin32/release/plugins/*.dll "$MILKDROP/plugins"
cp bin32/release/themes/*.json "$MILKDROP/themes"

View File

@ -16,6 +16,7 @@ mkdir -p "$VANILLA/themes"
mkdir -p "$VANILLA/locales"
mkdir -p "$VANILLA/fonts"
cp bin64/release/musikcube.exe "$VANILLA"
cp bin64/release-con/musikcube.exe "$VANILLA/musikcube-cmd.exe"
cp bin64/release/*.dll "$VANILLA"
cp bin64/release/plugins/*.dll "$VANILLA/plugins"
cp bin64/release/themes/*.json "$VANILLA/themes"