mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-07 17:52:49 +00:00
9 lines
263 B
Bash
9 lines
263 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
cd FCastReceiver
|
||
|
tizen build-web -- .
|
||
|
cd .buildResult
|
||
|
tizen package -t wgt -s default -- .
|
||
|
tizen package -t wgt -s default -r ../../FCastReceiverService/bin/Release/netcoreapp2.1/com.futo.FCastReceiverService-1.0.0.tpk -- FCastReceiver.wgt
|
||
|
cd ../../
|