Remove useless run script

This script was outdated and redundant with ./run.
This commit is contained in:
Romain Vimont 2024-01-26 13:13:14 +01:00
parent 5187f7254e
commit 7c53a29d72
2 changed files with 0 additions and 4 deletions

View file

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

View file

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