Skip to content

Commit

Permalink
clean screenshots too
Browse files Browse the repository at this point in the history
  • Loading branch information
TeLiXj committed Jan 20, 2018
1 parent be3a41d commit 030cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/RobotClean.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo Cleaning files from installer
RD /Q /S "..\installer\dist"

echo Cleaning files from game
del /Q "..\game\error.log" "..\game\avatar.db" "..\game\ultrastar.db" "..\game\cover.db" "..\game\config.ini" "..\game\WorldParty.exe"
del /Q "..\game\error.log" "..\game\avatar.db" "..\game\ultrastar.db" "..\game\cover.db" "..\game\config.ini" "..\game\WorldParty.exe" "..\game\screenshots\*.jpg"

echo Cleaning files from editor
del /Q /S "..\*.bak"
Expand Down

0 comments on commit 030cdb2

Please sign in to comment.