I have a
special app, with a particular structure (I can't get
rid of it, I have to use it):
MyProgram.app/
Contents/
MacOS/
launcher
exe_not_really_exe --> dummy file,
mandatory
Resources/
MyIcon.icns
MyProgram-mac-os-x86_64/
MyProgram.app/
Contents/
MacOS/
exe_really_exe --> This file runs
Resources/
MyIcon.icns
The file 'launcher' is here to start the second-level
MyProgram.app (the deepest one).
In the file launcher, there is a simple bash line:
open ../../MyProgram-mac-os-x86_64/MyProgram.app/
Actually, everything works fine, except for the icons.
If you understand well, I have one app that bundles
another one, with one icon each. When I start the main
one, it actually calls the child one. So, if I put the
parent app in the dock (as a shorcut) when I start it, I
get two icons on the dock: the icon for the running
child app, and the parent app, which is basically just a
shortcut.
I would like to avoid this situation, the user should
not see two icons on his dock.
Could you give me a hand ?
Sincerely
_______________________________________________
Do not post admin requests to the list. They will be
ignored.
Installer-dev mailing list (
email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden