Home | History | Annotate | Download | only in Scripts

Lines Matching refs:launcherPath

41 my $launcherPath = productDir();
51 $launcherPath = catdir($launcherPath, "bin", "MiniBrowser");
53 $launcherPath = catdir($launcherPath, "bin", "QtTestBrowser");
68 $launcherPath = catdir($launcherPath, "Programs", "GtkLauncher");
72 $launcherPath = catdir($launcherPath, "Programs", "EWebLauncher");
77 $launcherPath = catdir($launcherPath, 'wxBrowser.app', 'Contents', 'MacOS', 'wxBrowser');
80 $launcherPath = catdir($launcherPath, 'wxBrowser');
87 exec $launcherPath, @args or die;