mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Install scripts, build app with rollup & configurable mirror app id
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
AVAHI_COMPAT_NOWARN=1 node main.js
|
||||
|
||||
#!/usr/bin/env bash
|
||||
BASEDIR=$(dirname $0)
|
||||
PATH=/usr/local/bin:$PATH
|
||||
AVAHI_COMPAT_NOWARN=1 node $BASEDIR/app.js
|
||||
|
||||
Reference in New Issue
Block a user