diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-14 22:02:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-14 22:02:33 +0300 |
commit | 677303fadb6d4f44a9a568b06a02a6b5414b11bd (patch) | |
tree | 86f3afc6f954511be52a3864a7295558d5802ccf | |
parent | 4556eb27f256f2c998970e8c96b911bfa084e5bd (diff) |
typo fix
-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 4f179d701f..1572c742df 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -100,7 +100,7 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( if /I "%%a"=="Telegram.dll" (
copy /V /Y ..\..\redist\x%tp%\lsc\p_s232.dll Libs
copy /V /Y ..\..\redist\x%tp%\lsc\pwrp_k32.dll Libs
- %ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\ps2_32.dll" "Libs/pwrp_k32.dll"
+ %ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\p_s232.dll" "Libs\pwrp_k32.dll"
del "Libs/ps2_32.dll"
del "Libs/pwrp_k32.dll"
)
|