Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
859 B
Text
11 lines
859 B
Text
--- chrome/browser/browser_resources.grd.orig 2019-03-15 06:37:01 UTC
|
|
+++ chrome/browser/browser_resources.grd
|
|
@@ -643,7 +643,7 @@
|
|
<include name="IDR_WELCOME_WIN10_PIN_WEBP" file="resources\welcome\pin.webp" type="BINDATA" />
|
|
</if>
|
|
<include name="IDR_SSL_ERROR_ASSISTANT_PB" file="${root_gen_dir}/chrome/browser/resources/ssl/ssl_error_assistant/ssl_error_assistant.pb" use_base_dir="false" type="BINDATA" />
|
|
- <if expr="is_android or is_linux">
|
|
+ <if expr="is_android or is_posix">
|
|
<include name="IDR_SANDBOX_INTERNALS_HTML" file="resources\sandbox_internals\sandbox_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" />
|
|
<include name="IDR_SANDBOX_INTERNALS_JS" file="resources\sandbox_internals\sandbox_internals.js" type="BINDATA" compress="gzip" />
|
|
</if>
|