VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
87 stars 3 forks source link

Turn the status indicator green if a launcher is running #175

Open bmcclure opened 3 years ago

bmcclure commented 3 years ago

Keep a run file in a standard location with the pid of the currently-running Launchpad launcher maybe?

Then delete it when the launcher closes.

When launchpad checks it, verify the PID and delete the file if the process isn't running (that must mean it closed incorrectly)