diff --git a/setup.ps1 b/setup.ps1 index 3fbb8f1..ea69045 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -4,7 +4,7 @@ # ============================================================ $repo = "https://git.help-d.ru/helmut/auto-turning/raw/branch/main" -$repoApi = "https://git.help-d.ru/api/v1/repos/helmut/auto-turning/tree/main/installers" +$repoApi = "https://git.help-d.ru/api/v1/repos/helmut/auto-turning/contents/installers" $temp = "$env:TEMP\win_setup" # ============================================================