Merge pull request #129097 from primeos/chromiumBeta

chromiumBeta: Install crashpad_handler
This commit is contained in:
Michael Weiss 2021-07-03 11:45:49 +02:00 committed by GitHub
commit ed45204084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ mkChromiumDerivation (base: rec {
-e '/\[Desktop Entry\]/a\' \
-e 'StartupWMClass=chromium-browser' \
$out/share/applications/chromium-browser.desktop
'' + lib.optionalString (channel == "dev") ''
'' + lib.optionalString (channel != "stable") ''
cp -v "$buildPath/crashpad_handler" "$libExecPath/"
'';