From 22bde273f2d9ac89520a1072097bcc45c095e83e Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 14 Oct 2021 22:36:39 -0600 Subject: [PATCH] Add warning that WinPE is under development --- setup/build_pe.cmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup/build_pe.cmd b/setup/build_pe.cmd index ab3d4da4..44903d91 100644 --- a/setup/build_pe.cmd +++ b/setup/build_pe.cmd @@ -4,8 +4,12 @@ :Init setlocal EnableDelayedExpansion -title WizardKit: Windows PE Build Tool +title WizardKit: Build Tool call :CheckFlags %* +rem TODO: Remove warning +echo "Windows PE build is currently under development" +echo " Proceeding will likely result in errors so be warned" +pause call :CheckElevation || goto Exit call :FindKitsRoot || goto ErrorKitNotFound