mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
fix update linux console
This commit is contained in:
parent
a5968b630d
commit
0f76f256f4
@ -454,6 +454,10 @@ void CheckUpdate::Install() {
|
|||||||
" sleep 2\n"
|
" sleep 2\n"
|
||||||
" extract_file\n"
|
" extract_file\n"
|
||||||
" sleep 2\n"
|
" sleep 2\n"
|
||||||
|
" if pgrep -f \"Shadps4-qt.AppImage\" > /dev/null; then\n"
|
||||||
|
" pkill -f \"Shadps4-qt.AppImage\"\n"
|
||||||
|
" sleep 2\n"
|
||||||
|
" fi\n"
|
||||||
" cp -r \"%2/\"* \"%3/\"\n"
|
" cp -r \"%2/\"* \"%3/\"\n"
|
||||||
" sleep 2\n"
|
" sleep 2\n"
|
||||||
" rm \"%3/update.sh\"\n"
|
" rm \"%3/update.sh\"\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user