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:
@@ -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
|
||||
Reference in New Issue
Block a user