Commit e46fc400 authored by Yarny0's avatar Yarny0
Browse files
parent ee0a80d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ stdenv.mkDerivation {
    + lib.optionalString stdenv.hostPlatform.isLinux ''
      # Desktop File
      substituteInPlace $out/share/applications/Zoom.desktop \
          --replace-fail "Exec=/usr/bin/zoom" "Exec=$out/bin/zoom"
          --replace-fail Exec={/usr/bin/,}zoom

      for i in aomhost zopen ZoomLauncher ZoomWebviewHost; do
        if [ -f $out/opt/zoom/$i ]; then