Unverified Commit 0b62c871 authored by Kilian Mio's avatar Kilian Mio Committed by Mikilio
Browse files

floorp: fix substitution of executable

Fixing a regression introduced in commit e12df250
parent 0e333f36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
    # thus is the full /nix/store/[..] path. To avoid breaking PWAs with each
    # update, rely on `floorp` being in $PATH, as before.
    substituteInPlace floorp/browser/base/content/modules/ssb/LinuxSupport.mjs \
      --replace-fail 'Services.dirsvc.get("XREExeF",Ci.nsIFile).path' floorp
      --replace-fail 'Services.dirsvc.get("XREExeF",Ci.nsIFile).path' '"floorp"'
  '';

  updateScript = ./update.sh;