fix(discord): get the right name for Exec
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-27 17:18:08 -05:00
parent 3df8ef0a66
commit 8a3dad89b4

View file

@ -58,7 +58,7 @@ in {
]; ];
buildInputs = [makeWrapper]; buildInputs = [makeWrapper];
postBuild = '' postBuild = ''
wrapProgram $out/bin/discord --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ wrapProgram $out/bin/Discord --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [
addOpenGLRunpath.driverLink addOpenGLRunpath.driverLink
libglvnd libglvnd
]}" \ ]}" \