VRU support

This commit is contained in:
Logan McNaughton
2021-06-21 11:06:00 -06:00
parent a2885ac72c
commit e66f5a29d9
+2
View File
@@ -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