From 5bad7b59f4ae82bf7f3e5ef246fa01a585be778a Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 9 Feb 2020 00:51:24 -0800 Subject: [PATCH] Updated Windows archive scripts. --- archive-win32.sh | 2 ++ archive-win64.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/archive-win32.sh b/archive-win32.sh index 7e6891fa1..3691daf67 100644 --- a/archive-win32.sh +++ b/archive-win32.sh @@ -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" diff --git a/archive-win64.sh b/archive-win64.sh index 16d6511c2..b070605ad 100644 --- a/archive-win64.sh +++ b/archive-win64.sh @@ -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"