scrcpy/app
Romain Vimont 64bcac9157 Refuse to push a non-regular file server
If SCRCPY_SERVER_PATH points to a directory, then a directory will be
pushed to /data/local/tmp/scrcpy-server.jar.

When executing it, app_process will just abort and leave the directory
on the device, causing scrcpy to always fail.

To avoid the problem, check that the server is a regular file before
pushing it.

Closes #956 <https://github.com/Genymobile/scrcpy/issues/956>
2019-12-05 21:07:11 +01:00
..
src Refuse to push a non-regular file server 2019-12-05 21:07:11 +01:00
tests Fix test compilation on mingw 2019-12-05 21:06:49 +01:00
meson.build Add test_buffer_util 2019-12-04 19:24:59 +01:00
scrcpy.1 Add shortcut to rotate screen 2019-12-04 22:03:25 +01:00