mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Disable executable page protection, otherwise NWjs may crash.
This commit is contained in:
parent
9002961e5d
commit
64d9fd0a0b
@ -48,10 +48,11 @@
|
||||
<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>
|
||||
<false/>
|
||||
<true/>
|
||||
|
||||
<!--
|
||||
We're not a debugger (well, except for procedural languages in Postgres,
|
||||
|
Loading…
Reference in New Issue
Block a user