Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/SignallingWebServer/runNoSetup.bat
T

14 lines
242 B
Batchfile
Raw Normal View History

2019-12-26 23:01:54 -05:00
:: Copyright Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
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