Skip to content

Commit

Permalink
Merge pull request #213400 from eliandoran/dev/slack_fix_verbose_logs
Browse files Browse the repository at this point in the history
slack: fix verbose logs
  • Loading branch information
wegank authored Feb 10, 2023
2 parents 91c61da + b5292b3 commit 559febc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ let
# Fix the desktop link
substituteInPlace $out/share/applications/slack.desktop \
--replace /usr/bin/ $out/bin/ \
--replace /usr/share/ $out/share/
--replace /usr/share/ $out/share/ \
--replace bin/slack "bin/slack -s"
runHook postInstall
'';
Expand Down

0 comments on commit 559febc

Please sign in to comment.