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.bat

9 lines
308 B
Batchfile
Raw Permalink Normal View History

2025-02-17 02:36:56 -06:00
@REM Local development build script
2025-02-13 17:33:21 -06:00
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 ../../