Skip to content

Commit

Permalink
im confused
Browse files Browse the repository at this point in the history
  • Loading branch information
imunproductive committed Nov 25, 2023
1 parent 80c93c3 commit ce9b16c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Windows/Setup-LeagueClient.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ Try {
Invoke-RiotRequest $RCS_LOCKFILE '/eula/v1/agreement/acceptance' 'PUT'
Start-Sleep 5

Write-Host 'Flashing the LCU.'
& $LCU_EXE $LCU_ARGS
Start-Sleep 1
# Write-Host 'Flashing the LCU.'
# & $LCU_EXE $LCU_ARGS
# Start-Sleep 1

Write-Host 'Downloading lcu-patcher...'
Invoke-WebRequest 'https://github.com/lol-tracker/lcu-patcher/releases/download/release/lcu-patcher-win64.zip' -OutFile $PATCHER_PATH
Expand Down

0 comments on commit ce9b16c

Please sign in to comment.