소스 검색

Fixing build

alex.kopachov 2 년 전
부모
커밋
2cd3d6154e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fbt.ps1

+ 1 - 1
fbt.ps1

@@ -57,7 +57,7 @@ if ($cpp_defines.Length -gt 0) {
 
 $builtin_totp_path = "$firmware_path/applications/external/totp"
 if ((Test-Path -Path $builtin_totp_path) -eq $True) {
-    Remove-Item $builtin_totp_path -Recurse
+    Remove-Item $builtin_totp_path -Recurse -Force
 }
 
 Push-Location $firmware_path