Skip to content

Commit

Permalink
fix: ensure the SHASUM download call provides mirrorOptions (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored and malept committed Jul 24, 2019
1 parent 4bcbc73 commit 7c8b45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export async function downloadArtifact(_artifactDetails: ElectronArtifactDetails
force: artifactDetails.force,
downloadOptions: artifactDetails.downloadOptions,
downloader: artifactDetails.downloader,
mirrorOptions: artifactDetails.mirrorOptions,
});

await sumchecker('sha256', shasumPath, path.dirname(tempDownloadPath), [
Expand Down

0 comments on commit 7c8b45b

Please sign in to comment.