diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-22 16:49:26 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-22 16:49:26 +0300 |
| commit | e0bb11dee76db814a37ecfb155076169d8780878 (patch) | |
| tree | f4523718abb8350da585d5be55bac9cdafba7cf6 /tools/build_scripts | |
| parent | ee0691d3871c2d95906b5171d2ed6e9a95588dbc (diff) | |
fixes #1907 (PluginUpdater: move deleting/renaming file rules from plugin to server side)
Diffstat (limited to 'tools/build_scripts')
| -rw-r--r-- | tools/build_scripts/z2_PackPluginUpdater.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat index 801079a815..2d93578d07 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -120,8 +120,9 @@ if /i '%dp%' == 'DEV_N_STABLE' ( echo ;StableAllowed > hashes.txt
)
+copy /y /v %SourceDir%\build\rules.txt .
for /f "tokens=1,2 delims= " %%i in (hash.txt) do call :WriteLine %%i %%j
-%ZipIt% "hashes.zip" hashes.txt
+%ZipIt% "hashes.zip" hashes.txt rules.txt
del /f /q hash*.txt
popd
REM end CRC32
|
