Add post install message to scrcpy
This commit is contained in:
parent
39580e2a1e
commit
acaedc8f58
6
srcpkgs/scrcpy/INSTALL.msg
Normal file
6
srcpkgs/scrcpy/INSTALL.msg
Normal 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.
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'scrcpy'
|
# Template file for 'scrcpy'
|
||||||
pkgname=scrcpy
|
pkgname=scrcpy
|
||||||
version=1.9
|
version=1.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dbuild_server=false
|
configure_args="-Dbuild_server=false
|
||||||
-Doverride_server_path=/usr/share/scrcpy/scrcpy-server-v${version}.jar"
|
-Doverride_server_path=/usr/share/scrcpy/scrcpy-server-v${version}.jar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user