mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Disable executable page protection, otherwise NWjs may crash.
This commit is contained in:
parent
9002961e5d
commit
64d9fd0a0b
@ -48,10 +48,11 @@
|
|||||||
<false/>
|
<false/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Ensure we can't modify our own executables.
|
We need to enable this, even though we don't modify our own executables.
|
||||||
|
Otherwise, NWjs just bombs out.
|
||||||
-->
|
-->
|
||||||
<key>com.apple.security.cs.disable-executable-page-protection</key>
|
<key>com.apple.security.cs.disable-executable-page-protection</key>
|
||||||
<false/>
|
<true/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
We're not a debugger (well, except for procedural languages in Postgres,
|
We're not a debugger (well, except for procedural languages in Postgres,
|
||||||
|
Loading…
Reference in New Issue
Block a user