SoftwareDownloader constructor

const SoftwareDownloader(
  1. OperatingSystem currentOs,
  2. Directory hooksDir
)

Const constructor to create a SoftwareDownloader with the hooksDir and currentOs.

Implementation

const SoftwareDownloader(this.currentOs, this.hooksDir);