No application launcher icons after installation
-
Hi and welcome to devnet,
This question is way to generic and outside of this forum scope, you need to ask this on the forum dedicated to the distribution you are using or the desktop environment(s) you are targeting
-
That one I didn't understand
-
That depends on the installer framework you are going to use, so I can't really help you there. You have to go through the documentation
-
found it here
http://qt-project.org/doc/qtinstallerframework-1.5/operations.htmlbut should i check differently for linux and mac like this?
@
if (installer.value("os") === "win") {
component.addOperation("CreateShortcut", "@TargetDir@/MyApp.exe", "@StartMenuDir@/MyApp.lnk");
}
@shall try and see where i will reach :)
-
Sure you need to check, also note that on OS X you don't create "link" but you may add your application to the Dock
-
Hi,
I am stuck in OS X icon, can you give me some idea.if i install the application to /Applications Path all the files will be there,
is installing the application to /Applications path a good choice?
how can i create a shortcut using the
"CreateShortcut" operation of Qt Installer Framework?
-
On OS X you create a bundle that contains everything that is needed and put that bundle in Application. OS X users don't expect shortcuts