finamp: use $pname for app dir

This commit is contained in:
Tristan Ross 2024-09-30 10:31:22 -07:00
parent c53017ddcb
commit 10bf5e1c0f
No known key found for this signature in database
GPG Key ID: B09C422035669AF8

View File

@ -33,7 +33,7 @@ flutter322.buildFlutterApplication {
};
postFixup = ''
patchelf $out/app/finamp --add-needed libisar.so --add-needed libmpv.so --add-rpath ${lib.makeLibraryPath [ mpv-unwrapped ]}
patchelf $out/app/$pname/finamp --add-needed libisar.so --add-needed libmpv.so --add-rpath ${lib.makeLibraryPath [ mpv-unwrapped ]}
'';
postInstall = ''