mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Refactor post-install command execution
Removed sleep and pkill commands from post-install process.
This commit is contained in:
@@ -3095,8 +3095,7 @@ function install_launcher {
|
|||||||
eval "$post_install_command"
|
eval "$post_install_command"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sleep 5
|
|
||||||
pkill -f wineserver
|
|
||||||
wait 2>/dev/null
|
wait 2>/dev/null
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user