From 6826bf257d23a3847246aa26d220889386affb49 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 22 Mar 2024 17:35:26 +0300 Subject: for #4289 - fix for a font mappings --- tools/build_scripts/z2_PackPluginUpdater.bat | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tools') diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat index d414a586d2..460c65d0d4 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -83,14 +83,6 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( if /I "%%a"=="Weather.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Weather.dll" "Plugins\Weather\*.ini") if /I "%%a"=="WhatsApp.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\libsignal.mir" "libs\libqrencode.mir") if /I "%%a"=="YAMN.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_YAMN.dll") - if /I "%%a"=="NewStory.dll" ( - ren Libs Libs2 - mkdir Libs - copy ..\..\redist\x%tp%\cairo.dll .\Libs - %ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\*.dll" - rd /S /Q Libs - ren Libs2 Libs - ) if /I "%%a"=="Jingle.dll" ( ren Libs Libs2 mkdir Libs -- cgit v1.2.3