mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-08 10:12:50 +00:00
7 lines
271 B
Batchfile
7 lines
271 B
Batchfile
![]() |
cd FCastReceiver
|
||
|
cmd /C tizen build-web -- .
|
||
|
cd .buildResult
|
||
|
cmd /C tizen package -t wgt -s default -- .
|
||
|
cmd /C tizen package -t wgt -s default -r ..\..\FCastReceiverService\bin\Release\netcoreapp2.1\com.futo.FCastReceiverService-1.0.0.tpk -- FCastReceiver.wgt
|
||
|
cd ../../
|