mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-24 16:22:50 +00:00
Initial commit.
This commit is contained in:
commit
c8394f6a8e
99 changed files with 8173 additions and 0 deletions
7
receivers/electron/deploy.sh
Normal file
7
receivers/electron/deploy.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
npm install
|
||||
npm run build
|
||||
cp package.json /var/www/html/fcastreceiver/
|
||||
cp -r dist /var/www/html/fcastreceiver/
|
||||
ls /var/www/html/fcastreceiver
|
||||
ls /var/www/html/fcastreceiver/dist
|
Loading…
Add table
Add a link
Reference in a new issue