diff options
author | George Hazan <george.hazan@gmail.com> | 2024-03-22 17:35:26 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-03-22 17:35:26 +0300 |
commit | 6826bf257d23a3847246aa26d220889386affb49 (patch) | |
tree | 59c663002120be387aa9b2e5f77472a01c6c4843 /tools/build_scripts/z2_PackPluginUpdater.bat | |
parent | f796b157ac5cc978825d24fa7ccdae1a3501d782 (diff) |
for #4289 - fix for a font mappings
Diffstat (limited to 'tools/build_scripts/z2_PackPluginUpdater.bat')
-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 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
|