diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-14 20:58:12 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-14 20:58:12 +0300 |
commit | 32fc3346aaab9ed340ea68b487f6e0e1964d112d (patch) | |
tree | 55fa2087fc7a55b97cf14b2c61daeaa254387968 | |
parent | c8fa11373bfcba1b777426febd70e1caf4955463 (diff) |
compilation fix
-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 924f7e1a67..4f179d701f 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -98,7 +98,7 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( )
if /I "%%a"=="Telegram.dll" (
- copy /V /Y ..\..\redist\x%tp%\lsc\ps2_32.dll Libs
+ copy /V /Y ..\..\redist\x%tp%\lsc\p_s232.dll Libs
copy /V /Y ..\..\redist\x%tp%\lsc\pwrp_k32.dll Libs
%ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\ps2_32.dll" "Libs/pwrp_k32.dll"
del "Libs/ps2_32.dll"
|