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