mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Simplify build scripts and implement preliminary tests
This commit is contained in:
@@ -28,9 +28,9 @@ Only tested on Linux. mDNS library issue to be fixed. `mdns` only works on Windo
|
||||
|
||||
````
|
||||
git clone https://github.com/hensm/caster.git
|
||||
npm install ./ext --prefix ./ext
|
||||
npm install ./app --prefix ./app
|
||||
npm run build --prefix ./ext
|
||||
npm install
|
||||
npm run build
|
||||
npm test
|
||||
````
|
||||
|
||||
Installer scripts aren't written yet, so registering the native messaging manifest with Firefox and specifiying the path must be done manually:
|
||||
|
||||
Reference in New Issue
Block a user