Skip to content

Commit

Permalink
fix(open shell): notify user about winget check
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Nov 29, 2023
1 parent 0ba1130 commit 116ffe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fltmc > nul 2>&1 || (
)

:: Check if WinGet is functional or not
echo Checking if WinGet exists...
call "%windir%\AtlasModules\Scripts\wingetCheck.cmd"
if %ERRORLEVEL% NEQ 0 exit /b 1

Expand Down

0 comments on commit 116ffe8

Please sign in to comment.