ports/devel/electron34/files/patch-chrome_updater_app_app__uninstall.cc
Hiroki Tagato 65178207cf devel/electron34: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.

It's easier than you think.

If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.

WWW: https://electronjs.org/
2025-03-14 18:46:06 +09:00

12 lines
594 B
C++

--- chrome/updater/app/app_uninstall.cc.orig 2025-01-27 17:37:37 UTC
+++ chrome/updater/app/app_uninstall.cc
@@ -157,7 +157,7 @@ void UninstallInThreadPool(UpdaterScope scope,
}
if (int result = UninstallOtherVersions(scope);
result != kErrorOk) {
-#if !BUILDFLAG(IS_LINUX)
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
// TODO(crbug.com/366249606): Ignores the errors when uninstalls
// the other versions, because currently older Linux updater on
// CIPD exits with error `kErrorFailedToDeleteFolder`.