File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ clean:
4545ifeq ($(OS ) ,Windows_NT)
4646 powershell -Command "Get-ChildItem -Path . -Include node_modules, .next, dist -Recurse -Directory | Remove-Item -Recurse -Force"
4747 rmdir /s /q "%USERPROFILE%\AppData\Roaming\jan"
48- rmdir /s /q "%USERPROFILE%\AppData\Roaming\jan-electron"
49- rmdir /s /q "%USERPROFILE%\AppData\Local\jan*"
48+ rmdir /s /q "%USERPROFILE%\AppData\Roaming\jan-electron"
49+ rmdir /s /q "%USERPROFILE%\AppData\Local\jan*"
5050else ifeq ($(shell uname -s),Linux)
5151 find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
5252 find . -name ".next" -type d -exec rm -rf '{}' +
5353 find . -name "dist" -type d -exec rm -rf '{}' +
54- rm -rf "~/.config/jan"
54+ rm -rf "~/.config/jan"
5555 rm -rf "~/.config/jan-electron"
56- rm -rf "~/.cache/jan*"
56+ rm -rf "~/.cache/jan*"
5757else
5858 find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
5959 find . -name ".next" -type d -exec rm -rf '{}' +
You can’t perform that action at this time.
0 commit comments