scrcpy/app/data
Romain Vimont 1650b7c058 Add --pause-on-exit
Add an option to make scrcpy pause on exit.

Three behaviors are possible:
 - always pause on exit:
    --pause-on-exit
    --pause-on-exit=true
 - never pause on exit:
    (no option)
    --pause-on-exit=false
 - pause when scrcpy returns with an error (a non-zero exit code):
    --pause-on-exit=if-error

This is useful to prevent the terminal window from automatically
closing, so that error messages can be read.

Refs #3817 <https://github.com/Genymobile/scrcpy/pull/3817>
Refs #3822 <https://github.com/Genymobile/scrcpy/pull/3822>
PR #4130 <https://github.com/Genymobile/scrcpy/pull/4130>
2023-10-11 09:43:44 +02:00
..
bash-completion Add --pause-on-exit 2023-10-11 09:43:44 +02:00
zsh-completion Add --pause-on-exit 2023-10-11 09:43:44 +02:00
icon.ico Move data/ to app/ 2022-02-20 17:56:50 +01:00
icon.png Move data/ to app/ 2022-02-20 17:56:50 +01:00
icon.svg Move data/ to app/ 2022-02-20 17:56:50 +01:00
open_a_terminal_here.bat Move data/ to app/ 2022-02-20 17:56:50 +01:00
scrcpy-console.bat Move data/ to app/ 2022-02-20 17:56:50 +01:00
scrcpy-console.desktop Fix pause message 2023-03-16 18:21:00 +01:00
scrcpy-noconsole.vbs Move data/ to app/ 2022-02-20 17:56:50 +01:00
scrcpy.desktop Fix linux desktop files validation 2023-03-14 23:15:09 +01:00