Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Apr 23, 2023
1 parent 1ebed94 commit 8d661fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Function.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8d661fc

Please sign in to comment.