소스 검색

Fixing build

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

+ 1 - 1
build.ps1

@@ -61,7 +61,7 @@ function Build-Run {
 
         Invoke-Expression -Command "./fbt.ps1 $fbt_args"
 
-        $latest_dir = Get-LatestDirectory -Path $build_path
+        $latest_dir = (Get-LatestDirectory -Path $build_path).Name
         $build_output_folder = "build"
         if ($Subfolder -ne $null -and $Subfolder -ne '') {
             $build_output_folder = Join-Path $build_output_folder $Subfolder