mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update cleanup.bat
This commit is contained in:
parent
672abbcaad
commit
cb41a4c386
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
cd /d %~dp0
|
||||
|
||||
REM Clean Plugins
|
||||
echo "clean plugins"
|
||||
cd ..\Output\Release\Plugins
|
||||
del NLog.dll /s
|
||||
del NLog.config /s
|
||||
|
|
@ -16,5 +17,6 @@ del Newtonsoft.Json.dll /s
|
|||
del WindowsInput.dll /s
|
||||
|
||||
REM Clean Wox
|
||||
echo "wox"
|
||||
cd ..
|
||||
del *.xml
|
||||
|
|
|
|||
Loading…
Reference in a new issue