On Mon, 2011-05-16 at 14:47 +0000, Devon Rueckner wrote: > Yes! I missed that difference in the plists. > > This makes some sense because while experimenting, I noticed that > open NAME.app/ > resulted in two icons whereas > open NAME.app/MacOS/main > resulted in just one icon. > > Confirmed that: > * changing the plist as mike describes fixes the problem > * the latest trunk outputs the correct plist (though LSBackgroundOnly still > needs to be made False).
It shouldn't be make False because we want the first PyInstaller process to be a background-only process, while the second child process will switch its status to foreground in the bootloader. If it works after Martin's commit, I don't think it should be changed further. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: Compile-time Function Execution in D -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
