1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Fix label in .cmd script (#112)

Fixes https://github.com/snobu/destreamer/issues/111
This commit is contained in:
Adrian Calinescu
2020-05-01 00:48:34 +03:00
committed by GitHub
parent 778488c8ce
commit 0f7f585deb
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,9 @@ node.exe --version | findstr "v8."
IF %ERRORLEVEL% EQU 0 GOTO Node8
node.exe --max-http-header-size 32768 build\src\destreamer.js %*
GOTO :End
:Node8
node.exe build\src\destreamer.js %*
:End