From 1e96a844ce8ebd7d2a9afd9d340db92c5b19b130 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 Oct 2024 21:25:19 +0300 Subject: no need to link them either --- tools/build_scripts/z2_PackPluginUpdater.bat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat index 1572c742df..1d3f7e27bf 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -97,14 +97,6 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( ren Libs2 Libs ) - if /I "%%a"=="Telegram.dll" ( - 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\p_s232.dll" "Libs\pwrp_k32.dll" - del "Libs/ps2_32.dll" - del "Libs/pwrp_k32.dll" - ) - rem now adding plugin itself into archive %ZipIt% "%Arch%\Plugins\%%~na.zip" %%a ) -- cgit v1.2.3