mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
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/
11 lines
562 B
C++
11 lines
562 B
C++
--- chrome/common/channel_info.h.orig 2022-09-24 10:57:32 UTC
|
|
+++ chrome/common/channel_info.h
|
|
@@ -106,7 +106,7 @@ std::string GetChannelSuffixForDataDir();
|
|
|
|
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
|
|
// of lacros-chrome is complete.
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
|
|
// Returns the channel-specific filename of the desktop shortcut used to launch
|
|
// the browser.
|
|
std::string GetDesktopName(base::Environment* env);
|