obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
781 stars 222 forks source link

Fix helper-info filename for case sensitive partition #369

Closed tytan652 closed 2 years ago

tytan652 commented 2 years ago

Description

helper-info.plist was named helper-Info.plist, in a normal macOS partition this is not an issue. On a case sensitive partition, this does not work and the file needs to be renamed.

Motivation and Context

I prefer case sensitive partition, so I trip over those issues and so I fix them.

How Has This Been Tested?

Configure obs-studio repo (with submodules) with cmake on a case sensitive partition, should no longer thrown errors.

Types of changes

Checklist: