mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
Add post install message to scrcpy
This commit is contained in:
parent
39580e2a1e
commit
acaedc8f58
2 changed files with 7 additions and 1 deletions
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'
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue