mirror of
https://github.com/Genymobile/scrcpy
synced 2025-02-03 06:03:38 +00:00
Remove useless run script
This script was outdated and redundant with ./run.
This commit is contained in:
parent
5187f7254e
commit
7c53a29d72
@ -16,5 +16,3 @@ endif
|
|||||||
if get_option('compile_server')
|
if get_option('compile_server')
|
||||||
subdir('server')
|
subdir('server')
|
||||||
endif
|
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…
Reference in New Issue
Block a user