Skip to content

Commit

Permalink
Fix TCP/IP link in README
Browse files Browse the repository at this point in the history
Refs 328ed36
PR Genymobile#4173 <Genymobile#4173>

Signed-off-by: Romain Vimont <rom@rom1v.com>
  • Loading branch information
PhanHoSi committed Oct 15, 2023
1 parent 8507d2c commit 42b1743
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions run-DESKTOP-BUGO6BN
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Run scrcpy generated in the specified BUILDDIR.
#
# This provides the same feature as "ninja run", except that it is possible to
# pass arguments to scrcpy.
# pass arguments to .
#
# Syntax: ./run BUILDDIR <scrcpy options ...>
# Syntax: ./run BUILDDIR < options ...>
if [[ $# = 0 ]]
then
echo "Syntax: $0 BUILDDIR <scrcpy options>" >&2
echo "Syntax: $0 BUILDDIR < options>" >&2
exit 1
fi

Expand All @@ -20,6 +20,7 @@ then
exit 1
fi

SCRCPY_ICON_PATH="data/icon.png" \
SCRCPY_SERVER_PATH="$BUILDDIR/server/scrcpy-server" \
"$BUILDDIR/app/scrcpy" "$@"
# shellcheck disable=SC2140
SCRCPY_SERVER_PATH="$BUILDDIR/seSCRCPY_ICON_PATH="/icon.png" \
rver/-server" \
"$BUILDDIR/app/" "$@"
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include ':server'

0 comments on commit 42b1743

Please sign in to comment.