This causes more issues, remove that
This commit is contained in:
parent
a67654bfa8
commit
38138a8b7a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function runGame(){
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
echo "Launching osu!lazer"
|
echo "Launching osu!lazer"
|
||||||
env "SDL_VIDEODRIVER=wayland" "$HOME"/.cache/osu.AppImage &> /tmp/osuboot/osu.proclog
|
"$HOME"/.cache/osu.AppImage &> /tmp/osuboot/osu.proclog
|
||||||
}
|
}
|
||||||
function notice(){
|
function notice(){
|
||||||
if [ "$1" == "startup" ]; then
|
if [ "$1" == "startup" ]; then
|
||||||
|
|
Loading…
Reference in a new issue