瀏覽代碼

fixed au_root

Miodrag Milic 7 年之前
父節點
當前提交
76c3e9f55f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      au/update_all.ps1

+ 1 - 1
au/update_all.ps1

@@ -51,7 +51,7 @@ $Options = [ordered]@{
            } else {}
 }
 
-$global:au_Root = "$PSScriptRoot"                           #Path to the AU packages
+$global:au_Root = "$PSScriptRoot/../automatic"                           #Path to the AU packages
 $info = updateall -Name $Name -Options $Options
 
 #Uncomment to fail the build on AppVeyor on any package error