Unverified Commit 4e98404c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #323669 from wegank/arc-browser-fix

arc-browser: fix darwin bundle
parents a449a2a1 53d07c4f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  dontFixup = true;

  passthru.updateScript = lib.getExe (writeShellApplication {
    name = "arc-browser-update-script";
    runtimeInputs = [ curl common-updater-scripts ];