diff options
author | George Hazan <george.hazan@gmail.com> | 2024-06-07 22:04:29 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-06-07 22:04:29 +0300 |
commit | 21815a58a173691472ff94b649ec30a601b8b1d4 (patch) | |
tree | dad1b6510cb00bf2dd4c360d22c91cdbac3ff8f6 /tools | |
parent | 1b365bb847413525fe01c82248a2f0d1082fca90 (diff) |
....
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build_scripts/z2_PackPluginUpdater.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat index b74847f66f..d7848cdd9a 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -84,7 +84,7 @@ 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/x%tp%/gstreamer/opus-0.dll" "Libs"
+ 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"
)
|