Browser launching...

Ryan C. Gordon icculus at icculus.org
Fri Jan 25 06:19:07 EST 2008


...is now hooked up.

There isn't anything in the UI at the moment for it, but you could add a 
postinstall hook to your config and do something like:


  postinstall = function()
    if MojoSetup.promptyn("More info", "Visit our website?", false) then
       MojoSetup.launchbrowser("http://icculus.org/")
    end
  end

This should work on Unix (tries xdg-open then most of the reasonable 
cases), Mac OS X, Windows, and BeOS...not that the rest of the app is 
functioning on anything but Linux at the moment, but this part probably 
does!

--ryan.




More information about the mojosetup mailing list