From d23c553909bdd4697bda380adeab2833d07e7a18 Mon Sep 17 00:00:00 2001 From: admercs Date: Sat, 24 Feb 2024 12:43:46 -0800 Subject: [PATCH] update windows build --- scripts/cmd/build.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/cmd/build.cmd b/scripts/cmd/build.cmd index a2b7ca2a..5e8f99c4 100644 --- a/scripts/cmd/build.cmd +++ b/scripts/cmd/build.cmd @@ -117,7 +117,6 @@ if not exist external\rpclib\rpclib-%RPCLIB_VERSION% ( REM // Remove any previous versions rmdir external\rpclib /q /s - %powershell% -command "Expand-Archive -Path tmp\rpclib.zip -DestinationPath external\rpclib" del tmp\rpclib.zip /q @@ -171,7 +170,7 @@ if not exist Unreal\Plugins\AutonomySim\Content\VehicleAdv ( mkdir Unreal\Plugins\AutonomySim\Content\VehicleAdv ) if not exist Unreal\Plugins\AutonomySim\Content\VehicleAdv\SUV\v1.2.0 ( - if not defined fullPolyCar ( + if not defined fullPolyCar or %fullPolyCar% == "" ( echo "Skipping download of high-poly car asset. Default Unreal Engine vehicle will be used." ) else if %fullPolyCar% == y or %fullPolyCar% == yes ( REM //leave some blank lines because %powershell% shows download banner at top of console