Fix missing slash in file path

This commit is contained in:
murgatroid99 2019-02-13 16:46:18 -08:00
parent 9a629f9b76
commit d879e21a42
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ foreach ($Arch in $ArchList) {
Remove-Item ($Base + "/build/bin/protoc.exe")
Remove-Item ($Base + "/build/bin/grpc_node_plugin.exe")
Remove-Item ($Base + "CMakeCache.txt")
Remove-Item ($Base + "/CMakeCache.txt")
}