Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for /f "delims=" %%I in ('powershell -NoProfile -Command "(Get-AppxPackage -Name
set "InstallPath=%%I"
)

if "%InstallPath%"=="" (
if not defined InstallPath (
echo Microsoft.MinecraftUWP was not found. Please make sure it is installed.
pause
exit /b 1
Expand Down Expand Up @@ -48,4 +48,4 @@ if %ERRORLEVEL% NEQ 0 (

echo Download completed successfully.

pause
pause