diff options
author | George Hazan <george.hazan@gmail.com> | 2024-06-09 12:10:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-06-09 12:10:39 +0300 |
commit | 2aea1cb52b3b9c3bcf121356aa09daed19fed809 (patch) | |
tree | 466b3dde70b23b5c2a8c00d758a3fc08038a0231 /tools/build_scripts | |
parent | 21815a58a173691472ff94b649ec30a601b8b1d4 (diff) |
ok, let's switch to vanilla Opus codec
Diffstat (limited to 'tools/build_scripts')
-rw-r--r-- | tools/build_scripts/z2_PackPluginUpdater.bat | 6 |
1 files changed, 3 insertions, 3 deletions
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" (
|