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