Skip to content

Commit

Permalink
Merge pull request #208 from zebrunner/develop
Browse files Browse the repository at this point in the history
3.0 RC
  • Loading branch information
azarouski authored Oct 8, 2024
2 parents 81c44b7 + 0f55dae commit c7fee08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Zebrunner MCloud Device
==================

Feel free to support the development with a [**donation**](https://www.paypal.com/donate?hosted_button_id=JLQ4U468TWQPS) for the next improvements.
Feel free to support the development with a [**donation**](https://www.paypal.com/donate/?hosted_button_id=MNHYYCYHAKUVA) for the next improvements.

<p align="center">
<a href="https://zebrunner.com/"><img alt="Zebrunner" src="https://github.com/zebrunner/zebrunner/raw/master/docs/img/zebrunner_intro.png"></a>
Expand Down
2 changes: 1 addition & 1 deletion files/start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [ "${PLATFORM_NAME}" == "android" ]; then
elif [ "${PLATFORM_NAME}" == "ios" ]; then
node /app/lib/cli ios-device \
--serial ${DEVICE_UDID} \
--device-name ${STF_PROVIDER_DEVICE_NAME} \
--device-name "${STF_PROVIDER_DEVICE_NAME}" \
--host ${STF_PROVIDER_HOST} \
--screen-port ${STF_PROVIDER_MIN_PORT} \
--connect-port ${MJPEG_PORT} \
Expand Down

0 comments on commit c7fee08

Please sign in to comment.