Resource: update cleanup automation script

These files are no longer used and could cause problems, added them to list of files to cleanup after an update is installed.
This commit is contained in:
Kawe Mazidjatari 2024-11-20 17:22:49 +01:00
parent f212e96a96
commit f78a842744

View File

@ -29,3 +29,7 @@ del /Q "%~dp0..\platform\cfg\system\layout.ini"
REM Remove deprecated pak files (these are no longer used).
del /Q "%~dp0..\paks\Win32\common_empty.rpak"
del /Q "%~dp0..\paks\Win32\common_sdk2.rpak"
del /Q "%~dp0..\paks\Win32\common_flowstate_small.rpak"
del /Q "%~dp0..\paks\Win32\flowstate_all_loot.rpak"
del /Q "%~dp0..\paks\Win32\flowstate_all_loot_snd.rpak"
del /Q "%~dp0..\paks\Win32\flowstate_all_loot_halomod.rpak"