Unverified Commit 9fc2c902 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

alvr: subtitute --replace with --replace-fail (#337260)

parents e9d8b3bc a7f7a1b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ appimageTools.wrapType2 {
  extraInstallCommands = ''
    install -Dm444 ${appimageContents}/alvr.desktop -t $out/share/applications
    substituteInPlace $out/share/applications/alvr.desktop \
      --replace 'Exec=alvr_dashboard' 'Exec=alvr'
      --replace-fail 'Exec=alvr_dashboard' 'Exec=alvr'
    cp -r ${appimageContents}/usr/share/icons $out/share
  '';