mirror of
https://github.com/simple64/simple64.git
synced 2026-09-07 04:42:43 +02:00
VRU support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user