From 477eba34042ba0084309dbd64ec93b2b5c1b7bf2 Mon Sep 17 00:00:00 2001 From: Catfriend1 <16361913+Catfriend1@users.noreply.github.com> Date: Mon, 14 Jul 2025 01:47:25 +0200 Subject: [PATCH] Update clean.cmd --- clean.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/clean.cmd b/clean.cmd index 4076ca72d..950b22604 100644 --- a/clean.cmd +++ b/clean.cmd @@ -5,5 +5,6 @@ RD /S /Q ".kotlin" 2>NUL: RD /S /Q "app\build" 2>NUL: RD /S /Q "app\src\main\jniLibs" 2>NUL: RD /S /Q "build" 2>NUL: +RD /S /Q "syncthing\pkg\mod" 2>NUL: :: goto :eof