diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-26 18:24:31 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-26 18:24:35 +0300 |
| commit | d47bf4a03b0575dcfe4516d1331924fe2bcef9d6 (patch) | |
| tree | 618344d10f46a18f08e9048843a617e37f576f54 /tools/build_scripts/z2_PackPluginUpdater.bat | |
| parent | d332569434e69c357d287d2d646ef9d032559fea (diff) | |
no need to pack all those ini files for Weather
Diffstat (limited to 'tools/build_scripts/z2_PackPluginUpdater.bat')
| -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 1d3f7e27bf..444984b30d 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -78,7 +78,7 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( if /I "%%a"=="UInfoEx.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\UInfoEx_icons.dll")
if /I "%%a"=="VKontakte.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_VKontakte.dll")
if /I "%%a"=="Watrack.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Watrack_buttons.dll" "Icons\Watrack_icons.dll" "Plugins\player.ini")
- if /I "%%a"=="Weather.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Weather.dll" "Plugins\Weather\*.ini")
+ if /I "%%a"=="Weather.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Weather.dll")
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")
|
