From 2aea1cb52b3b9c3bcf121356aa09daed19fed809 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 9 Jun 2024 12:10:39 +0300 Subject: ok, let's switch to vanilla Opus codec --- tools/build_scripts/z2_PackPluginUpdater.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/build_scripts') diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat index d7848cdd9a..ef0728b1fe 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -84,9 +84,9 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( if /I "%%a"=="YAMN.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_YAMN.dll") if /I "%%a"=="Discord.dll" ( - copy /V /Y ..\..\redist\x32\gstreamer\opus-0.dll Libs - %ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Discord.dll" "Libs\libsodium.mir" "Libs\opus-0.dll" - del "Libs/opus-0.dll" + copy /V /Y ..\..\redist\x%tp%\opus.dll Libs + %ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Discord.dll" "Libs\libsodium.mir" "Libs\opus.dll" + del "Libs/opus.dll" ) if /I "%%a"=="Jingle.dll" ( -- cgit v1.2.3