mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
update cleanup.bat
This commit is contained in:
parent
672abbcaad
commit
cb41a4c386
@ -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 New Issue
Block a user