Home | History | Annotate | Download | only in Scripts

Lines Matching refs:launcherPath

41 my $launcherPath = productDir();
50 $launcherPath = catdir($launcherPath, "bin", "QtLauncher");
64 $launcherPath = catdir($launcherPath, "Programs", "GtkLauncher");
69 $launcherPath = catdir($launcherPath, 'wxBrowser.app', 'Contents', 'MacOS', 'wxBrowser');
72 $launcherPath = catdir($launcherPath, 'wxBrowser');
79 exec $launcherPath, @args or die;