You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brave's install dir (Brave Browser.app) on macOS has several symlinks. For example, Contents/Frameworks/Brave Browser Framework.framework/Resources symlinks to Versions/Current/Resources. Cross-compiling from Linux to macOS does not create those symlinks. Instead, full copies of the affected files/directories are created. This in particular breaks our delta updates.
Brave's install dir (
Brave Browser.app
) on macOS has several symlinks. For example,Contents/Frameworks/Brave Browser Framework.framework/Resources
symlinks toVersions/Current/Resources
. Cross-compiling from Linux to macOS does not create those symlinks. Instead, full copies of the affected files/directories are created. This in particular breaks our delta updates.Related to the original implementation brave/brave-core#13537.
The text was updated successfully, but these errors were encountered: