Unverified Commit c4913a0e authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #330737 from Mikilio/patch-1

floorp: fix substitution of executable
parents 2bba36f6 0b62c871
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;