Skip to content
Merged
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 build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ if exist %INSTALLATOR% (
%INSTALLATOR% "WingetUI.iss"
"wingetui Installer.exe"
) else (
echo "Make installer is skipped, because installator missing."
echo "Running app..."
echo "Make installer was skipped, because the installer is missing."
echo "Running WingetUI..."
start /b wingetuiBin/wingetui.exe
)

Expand Down