dwproton-bin: fix steamDisplayName in preFixup (#512245)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user