Skip to content

Commit

Permalink
update windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 24, 2024
1 parent 9f4e698 commit d23c553
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cmd/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d23c553

Please sign in to comment.