fix: use Steam Runtime Sniper for Proton 10
build-elsword-ge / build (push) Has been cancelled

This commit is contained in:
magges
2026-07-19 22:03:53 +02:00
parent a840db9b41
commit 641608ad26
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -12,6 +12,13 @@ fi
printf 'Proton base is pinned to %s\n' "$PROTON_TAG"
if [[ "$RUNTIME_APPID" != "1628350" ]]; then
printf 'expected Steam Runtime Sniper appid 1628350, got %s\n' "$RUNTIME_APPID" >&2
exit 1
fi
printf 'Proton 10 uses Steam Runtime Sniper\n'
expected_tag="latest"
actual_tag="$(dxvk_tag_for_variant stable)"