alex.kopachov 2 gadi atpakaļ
vecāks
revīzija
643c112bca
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      build.ps1

+ 1 - 1
build.ps1

@@ -50,7 +50,7 @@ function Build-Run {
         Write-Host "Building $($build_command.Name)"
         $build_path = Join-Path -Path $build_command.FirmwarePath -ChildPath "build"
 
-        $fbt_args = @($build_command.FbtSwitch, "COMPACT=1", "DEBUG=0", "VERBOSE=0", "fap_totp", "--clean")
+        $fbt_args = @($build_command.FbtSwitch, "COMPACT=1", "DEBUG=0", "VERBOSE=0", "build", "APPSRC=totp", "--clean")
         if ($CppDefine.Length -gt 0) {
             $CppDefine | ForEach-Object {
                 $fbt_args += '-D'