MacOS: added a setup section to avoid script in application bundle
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Tue, 14 Apr 2020 15:09:30 +0000 (17:09 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Tue, 14 Apr 2020 15:09:30 +0000 (17:09 +0200)
commit69a18e796323f9c8796984a1d0a3532fc34aba50
treefb5eedd41f3b4d8a694aa3842b9910b1869daaa7
parent0149e6c64281797ea7da1679d0d9ec1c4443061a
MacOS: added a setup section to avoid script in application bundle

MacOS Catalina has added security features which do not allow to
start an application via a script in an application bundle. See:

https://savannah.gnu.org/bugs/?58128

With this change the application does not need to set environment
variables before start for the relocation.
src/ui/gui/main.c