Skip to content

Commit

Permalink
Update newApp.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Feb 18, 2025
1 parent d374cde commit aefd015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Write-Host "
#===========================================================================
$Mthoed = @{
1 = "API [Choco/Winget] Recommended"
2 = "Default [HttpClient] Custom"
2 = "Default [Start-BitsTransfer] Custom"
}
do {
Write-Host "Which method to download this app will be?:"
Expand Down Expand Up @@ -101,7 +101,7 @@ function Download-Mthoed {
defaultEntry = $null
}
}
"Default [HttpClient] Custom" {
"Default [Start-BitsTransfer] Custom" {
$url = Read-Host "Enter url file (e.g: emadadel4.github.io/setup.exe)"
$launcher = Read-Host "Setup launcher (e.g: setup.exe)"

Expand Down

0 comments on commit aefd015

Please sign in to comment.