Adding temporary bootstrapers until we move to single binary releases (#63)

This commit is contained in:
Adrian Calinescu 2020-04-16 19:45:49 +03:00 committed by GitHub
parent 3b48221d27
commit e35ab6a9df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

1
destreamer.cmd Normal file
View file

@ -0,0 +1 @@
node.exe build\src\destreamer.js %*

1
destreamer.ps1 Normal file
View file

@ -0,0 +1 @@
node.exe build\src\destreamer.js $args

1
destreamer.sh Normal file
View file

@ -0,0 +1 @@
node build/src/destreamer.js "$@"