From 8d661fc0199ecd77fcb4a2b0a1026dc9a569d134 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 23 Apr 2023 21:55:32 +0300 Subject: [PATCH] fixed path --- src/Function.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Function.ps1 b/src/Function.ps1 index 782b700..de19507 100644 --- a/src/Function.ps1 +++ b/src/Function.ps1 @@ -1,7 +1,7 @@ if (-not (Test-Path -Path $PSScriptRoot\platform-tools\adb.exe)) { Write-Warning -Message "Place adb.exe to the folder root" - Start-Process -FilePath "https://github.com/farag2/ADB-Debloating/blob/master/Download_ADB.ps1" + Start-Process -FilePath "https://github.com/farag2/ADB-Debloating/blob/master/src/Download_ADB.ps1" pause exit