Skip to content

Commit 116ffe8

Browse files
committed
fix(open shell): notify user about winget check
1 parent 0ba1130 commit 116ffe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ fltmc > nul 2>&1 || (
1010
)
1111

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

0 commit comments

Comments
 (0)