diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-05 14:38:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-05 14:38:06 +0300 |
commit | 50d96eeb806acfa684b082cb00a6340b1ee9d6b0 (patch) | |
tree | d202723e75640a9a310e62d3f9e379869e850fa3 /tools/build_scripts/z2_PackPluginUpdater.bat | |
parent | a0369ffd8212a50a42ec1198320f93192e6531fd (diff) |
plugin set differs in stable & nightly builds
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 7928b7761a..cd7ff36cf7 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -22,7 +22,7 @@ if not exist "%comp%\Release%tp%" goto EOF pushd "%comp%\Release%tp%" if exist %Errors% del /F /Q %Errors% if exist %NoErrors% del /F /Q %NoErrors% -for /f %%a in (..\..\z2_PackPluginUpdater_x%tp%.txt) do (if not exist %%a echo %%a >> %Errors%) +for /f %%a in (..\..\%comp%\z2_PackPluginUpdater_x%tp%.txt) do (if not exist %%a echo %%a >> %Errors%) :COMPRESS REM Core |