Skip to content

Commit

Permalink
Proton: Don't apply processinfoclass fixup on branches not based on 6…
Browse files Browse the repository at this point in the history
….0 or 7.0
  • Loading branch information
Tk-Glitch committed May 29, 2023
1 parent 6b08ee1 commit f81e23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proton-tkg/proton-tkg.sh
Expand Up @@ -462,7 +462,7 @@ function build_steamhelper {
fi
fi

if [ "$_processinfoclass" = "true" ]; then
if [[ "$_proton_branch" = *6.* ]] || [[ "$_proton_branch" = *7.* ]] && [ "$_processinfoclass" = "true" ]; then
( cd Proton && patch -Np1 < "$_nowhere/proton_template/steamhelper_PROCESSINFOCLASS.patch" ) || exit 1
fi

Expand Down

0 comments on commit f81e23e

Please sign in to comment.