Skip to content

Commit

Permalink
Merge pull request #164 from Jeglerjeg/master
Browse files Browse the repository at this point in the history
Remove GC stutter workaround in AppImages
  • Loading branch information
smoogipoo committed Mar 28, 2024
2 parents 34eec63 + 33dca09 commit c0e25c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion templates/osu!.AppDir/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ fi

HERE="$(dirname "$(readlink -f "${0}")")"
export PATH="${HERE}"/usr/bin/:"${PATH}"
export COMPlus_GCGen0MaxBudget=600000
EXEC=$(grep -e '^Exec=.*' "${HERE}"/*.desktop | head -n 1 | rev | cut -d "=" -f 1 | cut -d " " -f 1 | rev)
exec "${EXEC}" "$@"
2 changes: 1 addition & 1 deletion templates/osu!.AppDir/osu!.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Type=Application
Name=osu!
Comment=A free-to-win rhythm game. Rhythm is just a *click* away!
Icon=osu!
Exec=env COMPlus_GCGen0MaxBudget=600000 osu!
Exec=osu!
Terminal=false
Categories=Game;
StartupWMClass=osu!
Expand Down

0 comments on commit c0e25c7

Please sign in to comment.