Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/SignallingWebServer/run.bat
Marcus Wassmer 834e95f3d3 Merging //UE4/Dev-Main@4680011 to Dev-Rendering (//UE4/Dev-Rendering)
#rb none

[CL 4680455 by Marcus Wassmer in Dev-Rendering branch]
2019-01-03 19:28:34 -05:00

16 lines
268 B
Batchfile

:: Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
call setup.bat
title Cirrus
::Run node server
::If running with frontend web server and accessing outside of localhost pass in --publicIp=<ip_of_machine>
node cirrus %*
popd
pause