Can Projucer use the default browser instead of IE?

My employer blocks IE which causes Projucer to freeze immediately. Is there a way to get the app to use the default browser, which in my case is Chrome?

Unfortunately not.

If you have a JUCE license or are working on a GPL project then you can use the Projucer in “GPL mode” - change JUCER_ENABLE_GPL_MODE in the Projucer’s AppConfig.h and you should be good to go.

Even if you don’t have a license you can use “GPL mode” as long as you abide by the terms and conditions of the JUCE license and keep the analytics and splash screen in place.

Thank you so much for the reply! That solved the problem.