wasabibackend: use postFixup instead of postInstall

This commit is contained in:
IvarWithoutBones 2022-01-12 00:26:53 +01:00
parent 00ea8f615e
commit 63477f9a27

View File

@ -36,7 +36,7 @@ buildDotnetModule rec {
)
'';
postInstall = ''
postFixup = ''
mv $out/bin/WalletWasabi.Backend $out/bin/WasabiBackend
'';