summaryrefslogtreecommitdiff
path: root/tools/build_scripts
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-06-02 18:34:34 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-06-02 18:34:34 +0300
commit1dff26feb847e688c37b7b94d534f1c9e1841f04 (patch)
tree258cf72caf3539cf2089bbc2eb39a5919fe6f468 /tools/build_scripts
parente3925faa9c2a01452e13b8dfe6adfbe636de33cb (diff)
we better pack NEN with tabSRMM not to break users'experience
Diffstat (limited to 'tools/build_scripts')
-rw-r--r--tools/build_scripts/z2_PackPluginUpdater.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat
index 220abecff7..651f73bada 100644
--- a/tools/build_scripts/z2_PackPluginUpdater.bat
+++ b/tools/build_scripts/z2_PackPluginUpdater.bat
@@ -74,7 +74,7 @@ for /f %%a in ('dir plugins\*.dll /B /L') do (
if /I "%%a"=="SkypeWeb.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Skype.dll")
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"=="TabSRMM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "%Arch%\Plugins\NewEventNotify.dll" "Icons\TabSRMM_icons.dll")
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")