chuckfairy / node-webcam

Nodejs Cross Platform Webcam usage
MIT License
194 stars 52 forks source link

fix: prevent CommandCam.exe download on non-Windows platforms #72 #73

Open yordan-kanchelov opened 2 months ago

yordan-kanchelov commented 2 months ago

Updated platform detection logic to skip the download of CommandCam.exe on macOS and other non-Windows platforms. This ensures that the installation process doesn't fail on systems where the executable isn't applicable.

Closes #72