Skip to content

Commit

Permalink
Update proton-tkg-additions for 48e6bf3 and move previous version to …
Browse files Browse the repository at this point in the history
…legacy
  • Loading branch information
Tk-Glitch committed Jun 15, 2024
1 parent d64b87e commit e043a90
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,10 @@
fi
fi
if [ "$_proton_fs_hack" != "true" ] && [ "$_wayland_driver" != "true" ] && [ "$_use_staging" = "true" ] && [ "$_childwindow_fix" = "true" ] && git merge-base --is-ancestor 3ded60bd1654dc689d24a23305f4a93acce3a6f2 HEAD; then
if git merge-base --is-ancestor 3c9423618673702ab7a3129f0ca61a0605adab35 HEAD; then
if git merge-base --is-ancestor 48e6bf3cf1aabdd2ac640f572416b9169e324f21 HEAD; then
_patchname='proton-tkg-additions.patch' && _patchmsg="Using additional Proton-tkg patches" && nonuser_patcher
elif git merge-base --is-ancestor 3c9423618673702ab7a3129f0ca61a0605adab35 HEAD; then
_patchname='proton-tkg-additions-48e6bf3.patch' && _patchmsg="Using additional Proton-tkg patches" && nonuser_patcher
elif git merge-base --is-ancestor 2bfe81e41f93ce75139e3a6a2d0b68eb2dcb8fa6 HEAD; then
_patchname='proton-tkg-additions-3c94236.patch' && _patchmsg="Using additional Proton-tkg patches" && nonuser_patcher
elif git merge-base --is-ancestor 70c9239cb2eef696eea109f3f8e7a58f80cd3823 HEAD; then
Expand Down
Loading

0 comments on commit e043a90

Please sign in to comment.