1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/receivers/tizen/scripts/build_local.sh

14 lines
364 B
Bash
Raw Normal View History

2025-02-13 17:33:21 -06:00
#!/bin/bash
2025-02-17 02:36:56 -06:00
# Local development build script
npm run build
cd FCastReceiverService
dotnet build -c Release
cd ..
2025-02-13 17:33:21 -06:00
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 ../../