diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-18 16:52:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-18 16:52:54 +0300 |
commit | b5ff588029d4627a7b41f48763567e6fb260dc22 (patch) | |
tree | 14d98bf225a822408d7107ae1c9a049a00bb6225 /tools/build_scripts/z2_PackPluginUpdater.bat | |
parent | dd185a629564030f386b9c54d225f06ca5c6071d (diff) |
libtox to be packed with tox plugin
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 631200c574..0369a78cb8 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"=="SpellChecker.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Flags_icons.dll" "Libs\hunspell.mir") if /I "%%a"=="Steam.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Steam.dll") if /I "%%a"=="TabSRMM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\TabSRMM_icons.dll") - if /I "%%a"=="Tox.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Tox.dll" "Libs\libsodium.mir" "Libs\pthreads.mir") + if /I "%%a"=="Tox.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Tox.dll" "Libs\libtox.mir" "Libs\libsodium.mir" "Libs\pthreads.mir") if /I "%%a"=="Twitter.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Twitter.dll") 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") |