From 471d66d50446a03722958a6b2f1daf7b1fa08528 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 29 Apr 2018 00:18:35 -0700 Subject: [PATCH] Fixed a typo in the archive script for the win32 milkdrop dist --- archive-win32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive-win32.sh b/archive-win32.sh index 85ab5ae46..82112f87c 100644 --- a/archive-win32.sh +++ b/archive-win32.sh @@ -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