diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-09 19:38:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-09 19:38:39 +0300 |
commit | 8da4a50fd56cd6b2ffc84c307cb6385ba6e1dd9a (patch) | |
tree | 52b088646c59b8be6e25f427126818305074b4de /tools/build_scripts | |
parent | 7c33e4a07ba1f22a58c291018ca99a4f6becb1fe (diff) |
we don't pack VoiceService with Jabber anymore
Diffstat (limited to 'tools/build_scripts')
-rw-r--r-- | tools/build_scripts/bin15/z3_PackArchives.txt | 1 | ||||
-rw-r--r-- | tools/build_scripts/z2_PackPluginUpdater.bat | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/build_scripts/bin15/z3_PackArchives.txt b/tools/build_scripts/bin15/z3_PackArchives.txt index c3f8540e1f..5ec430afda 100644 --- a/tools/build_scripts/bin15/z3_PackArchives.txt +++ b/tools/build_scripts/bin15/z3_PackArchives.txt @@ -92,5 +92,4 @@ Plugins\PluginUpdater.dll Plugins\StatusManager.dll Plugins\TabSRMM.dll Plugins\TopToolBar.dll -Plugins\VoiceService.dll Plugins\Import\*.ini
\ No newline at end of file diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat index e565199180..b3eb1e4fdd 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -57,7 +57,7 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( if /I "%%a"=="ICQ.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_ICQ.dll" "Icons\Proto_MRA.dll")
if /I "%%a"=="IRC.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_IRC.dll")
if /I "%%a"=="Import.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\Import\*.ini")
- if /I "%%a"=="Jabber.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Jabber.dll" "Icons\xStatus_Jabber.dll" "Libs\libsignal.mir" "Plugins\VoiceService.dll")
+ if /I "%%a"=="Jabber.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Jabber.dll" "Icons\xStatus_Jabber.dll" "Libs\libsignal.mir")
if /I "%%a"=="Listeningto.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\Listeningto\*.dll")
if /I "%%a"=="MinecraftDynmap.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_MinecraftDynmap.dll")
if /I "%%a"=="MirLua.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Scripts\*.dll" "Libs\lua*.dll")
@@ -88,7 +88,7 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( ren Libs Libs2
mkdir Libs
xcopy /S /V /Y "../../redist/x%tp%/gstreamer" "Libs"
- %ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\*.dll"
+ %ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\*.dll" "Plugins\VoiceService.dll"
rd /S /Q Libs
ren Libs2 Libs
)
|