diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-06 13:16:51 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-06 13:16:51 +0300 |
| commit | 5b0030037c5996b3e839f9a78c4ccb2e89cfc909 (patch) | |
| tree | 4c86b27be0c2776ee3a36b611ae82d6608072cd8 /tools/build_scripts | |
| parent | f1d587c11cdfcbf509e4905509170a8d3dd7259a (diff) | |
fixes #4899 (SkypeWeb: deprecation)
Diffstat (limited to 'tools/build_scripts')
| -rw-r--r-- | tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt | 2 | ||||
| -rw-r--r-- | tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt | 2 | ||||
| -rw-r--r-- | tools/build_scripts/z2_PackPluginUpdater.bat | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt b/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt index 6aaf9c4d35..63540640a6 100644 --- a/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt +++ b/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt @@ -121,8 +121,6 @@ Plugins\sessions.dll Plugins\shlext.dll
Plugins\simplear.dll
Plugins\simplestatusmsg.dll
-Plugins\skypestatuschange.dll
-Plugins\skypeweb.dll
Plugins\smileyadd.dll
Plugins\spellchecker.dll
Plugins\splashscreen.dll
diff --git a/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt b/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt index d09d674ae7..0a9d61014d 100644 --- a/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt +++ b/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt @@ -120,8 +120,6 @@ Plugins\sessions.dll Plugins\shlext.dll
Plugins\simplear.dll
Plugins\simplestatusmsg.dll
-Plugins\skypestatuschange.dll
-Plugins\skypeweb.dll
Plugins\smileyadd.dll
Plugins\spellchecker.dll
Plugins\splashscreen.dll
diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat index 6e10dac92b..801079a815 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -70,7 +70,6 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( if /I "%%a"=="RemovePersonalSettings.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "RemovePersonalSettings.ini")
if /I "%%a"=="Sametime.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Sametime.dll")
if /I "%%a"=="SecureIM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\CryptoPP.dll" "Icons\SecureIM_icons.dll")
- 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" "Plugins\NewEventNotify.dll" "Icons\TabSRMM_icons.dll")
|
