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"