libgdx / gdx-liftoff

A modern setup tool for libGDX Gradle projects
Apache License 2.0
529 stars 50 forks source link

Updated open in intellij button to work with flatpaks #159

Closed lyze237 closed 4 months ago

lyze237 commented 4 months ago

Hey!

I've switched over to linux as my main os for programming related things a bit ago.

Since flatpaks are cool I'm using those for intellij too, however the open in intellij button didn't account for flatpak installations.

This PR makes the button work with flatpaks.

image image image

tommyettinger commented 4 months ago

Looks fine to me; one message maybe could be more clear for what users should do if IDEA isn't found, but I think I may be rewriting a lot of messages for the new UI that will be incoming shortly. I'll merge this; it doesn't look like it will conflict. Thanks!