Remove useless run script

This script was outdated and redundant with ./run.
pull/4469/merge
Romain Vimont 4 months ago
parent 5187f7254e
commit 7c53a29d72

@ -16,5 +16,3 @@ endif
if get_option('compile_server')
subdir('server')
endif
run_target('run', command: ['scripts/run-scrcpy.sh'])

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