Skip to content

Commit

Permalink
Merge pull request #986 from derula/patch-1
Browse files Browse the repository at this point in the history
Fixed WinGet reset script for user profiles with spaces
  • Loading branch information
marticliment authored Apr 30, 2023
2 parents 67aab33 + 96c7c5d commit ac848b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wingetui/resources/reset_winget_sources.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
SET wingetpath=%~dp0..\winget-cli\winget.exe
SET sudopath=%~dp0..\sudo\gsudo.exe
SET wingetpath="%~dp0..\winget-cli\winget.exe"
SET sudopath="%~dp0..\sudo\gsudo.exe"
echo This script will reset winget sources.
echo You might be asked for administrator rights up to three times during this process.
echo|set/p="Press <ENTER> to continue or CLOSE THIS WINDOW to abort this process"&runas/u: "">NUL
Expand Down

0 comments on commit ac848b9

Please sign in to comment.