diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-17 21:25:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-17 21:25:19 +0300 |
commit | 1e96a844ce8ebd7d2a9afd9d340db92c5b19b130 (patch) | |
tree | 190769fa54ad71c2b77fec6dde1a649bd15bfd20 | |
parent | fb26455da1e8da1619bb3fe79fef1b4d4a52b8fc (diff) |
no need to link them either
-rw-r--r-- | tools/build_scripts/z2_PackPluginUpdater.bat | 8 |
1 files changed, 0 insertions, 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
)
|