Add post install message to scrcpy

This commit is contained in:
Julian Paul Dasmarinas 2019-08-01 20:24:14 +08:00 committed by Enno Boland
parent 39580e2a1e
commit acaedc8f58
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
If you encounter the following error:
adb: error: cannot stat '/usr/bin/scrcpy-server.jar': No such file or directory
ERROR: "adb push" returned with value 1
Execute "export SCRCPY_SERVER_PATH=/usr/share/scrcpy/scrcpy-server-v1.9.jar"
before executing scrcpy, or add it in your ~/.bashrc file.

View file

@ -1,7 +1,7 @@
# Template file for 'scrcpy'
pkgname=scrcpy
version=1.9
revision=1
revision=2
build_style=meson
configure_args="-Dbuild_server=false
-Doverride_server_path=/usr/share/scrcpy/scrcpy-server-v${version}.jar"