Romain Vimont 4 years ago
parent 02a882a0a2
commit 1c44dc2259

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -e set -e
url="$1" url="$1"
sum="$2" sum="$2"

2
run

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Run scrcpy generated in the specified BUILDDIR. # Run scrcpy generated in the specified BUILDDIR.
# #
# This provides the same feature as "ninja run", except that it is possible to # This provides the same feature as "ninja run", except that it is possible to

@ -1,2 +1,2 @@
#!/bin/bash #!/usr/bin/env bash
SCRCPY_SERVER_PATH="$MESON_BUILD_ROOT/server/scrcpy-server" "$MESON_BUILD_ROOT/app/scrcpy" SCRCPY_SERVER_PATH="$MESON_BUILD_ROOT/server/scrcpy-server" "$MESON_BUILD_ROOT/app/scrcpy"

Loading…
Cancel
Save