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

arc-browser: fix darwin bundle
This commit is contained in:
Weijia Wang 2024-07-01 23:40:32 +02:00 committed by GitHub
commit 4e98404c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];