[Other] Update clean.ps1

This commit is contained in:
Connection Refused
2021-09-26 21:38:05 +08:00
parent 220c58600e
commit 8b94eb7b8a

View File

@@ -1,5 +1,9 @@
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
if ( Test-Path 'build' ) {
rm -Recurse -Force 'build'
}
if ( Test-Path 'release' ) {
rm -Recurse -Force 'release'
}