gmbeard / shadow-cast

GPU accelerated screen and audio recording for Linux
GNU General Public License v2.0
39 stars 0 forks source link

fix: Look for DRM helper in the main executable's directory #37

Closed gmbeard closed 4 months ago

gmbeard commented 4 months ago

The process will now look for shadow-cast-kms in the same directory as the main shadow-cast binary.

This makes us more portable when it comes to the installation location. Previously, the user had to ensure that shadow-cast-kms was in their $PATH if they installed to a custom location.