From e66f5a29d9cfec049f681fd80da9f8e58ed1ec69 Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Sun, 13 Jun 2021 20:48:40 -0600 Subject: [PATCH] VRU support --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 66ee504..aa7b2d9 100755 --- a/build.sh +++ b/build.sh @@ -131,6 +131,7 @@ if [[ $UNAME == *"MINGW"* ]]; then cp /$mingw_prefix/bin/libcrypto-1_1-x64.dll $install_dir cp $base_dir/7za.exe $install_dir cp $base_dir/mupen64plus-gui/discord/discord_game_sdk.dll $install_dir + cp $base_dir/mupen64plus-input-qt/vosk/vosk.dll $install_dir elif [[ $UNAME == *"Darwin"* ]]; then cp $base_dir/mupen64plus-gui/discord/discord_game_sdk.dylib $install_dir cd $base_dir @@ -142,6 +143,7 @@ else my_os=linux64 fi cp $base_dir/mupen64plus-gui/discord/libdiscord_game_sdk.so $install_dir + cp $base_dir/mupen64plus-input-qt/vosk/libvosk.so $install_dir fi if [[ "$1" != "nozip" ]]; then