Fix pause message
The pause terminates only once the Enter key is pressed, not any key. PR #3826 <https://github.com/Genymobile/scrcpy/pull/3826> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
d7841664f4
commit
53cb5635cf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Comment=Display and control your Android device
|
|||
# For some users, the PATH or ADB environment variables are set from the shell
|
||||
# startup file, like .bashrc or .zshrc… Run an interactive shell to get
|
||||
# environment correctly initialized.
|
||||
Exec=/bin/bash --norc --noprofile -i -c "\"\\$SHELL\" -i -c scrcpy || read -p 'Press any key to quit...'"
|
||||
Exec=/bin/bash --norc --noprofile -i -c "\"\\$SHELL\" -i -c scrcpy || read -p 'Press Enter to quit...'"
|
||||
Icon=scrcpy
|
||||
Terminal=true
|
||||
Type=Application
|
||||
|
|
Loading…
Reference in a new issue