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
2025-02-19 13:08:29 -06:00

8 lines
308 B
Batchfile

@REM Local development build script
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 ../../