dwproton-bin: fix steamDisplayName in preFixup (#512245)

This commit is contained in:
Michael Daniels
2026-04-24 01:19:29 +00:00
committed by GitHub
+5
View File
@@ -18,6 +18,11 @@ proton-ge-bin.overrideAttrs (
hash = "sha256-3mfJGi2pUwPgWNZCvGD1SNHghS2HThX5Y7TrnJaEYvw=";
};
preFixup = ''
substituteInPlace "$steamcompattool/compatibilitytool.vdf" \
--replace-fail "${finalAttrs.version}" "${steamDisplayName}"
'';
passthru.updateScript = writeScript "update-dwproton" ''
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq common-updater-scripts