Re: Platform app installer Mac OS/Linux
Peter Hansson <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAC55jYOre891DWGgi2T9JB6+SQ0jTOuOdcaN4H9WVQkDu-qoUQ@mail.gmail.com> |
I've looked into the source of the NBI. From what I can tell the NBI automatically sets the exec bit on the shortcuts it creates in the window manager, but not on the applauncher.sh itself. Strange. I must have missed something because I find this hard to believe. Peter On Wed, Jun 1, 2016 at 8:40 PM, Dmitry Avtonomov < [email protected]> wrote: > Hi everyone, > I've recently switched my app to 8.1 platform and along came the new > harness for 8.1. > The installer on windows works fine, but for Linux/Mac OS the application > launcher file is not executable after installation. > > The only way to fix that is to manually run `chmod a+x applauncher`. > > Has anyone encountered this? How are the permissions set by the installer? > > Thanks, > Dmitry >