Skip to content

Commit

Permalink
Merge pull request #59 from RemyJeancolas/master
Browse files Browse the repository at this point in the history
fix download link in installer script
  • Loading branch information
75lb authored Nov 9, 2020
2 parents dc1d922 + 6936616 commit 0799353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (nodeVersionMatches('>=8.6.0 <10.0.0')) {
}

const version = '1.3.3'
const downloadPath = 'https://github.com/HandBrake/HandBrake/releases/download/%s/HandBrxakeCLI-%s%s'
const downloadPath = 'https://github.com/HandBrake/HandBrake/releases/download/%s/HandBrakeCLI-%s%s'

function downloadFile (from, to, done) {
console.log('fetching: ' + from)
Expand Down

0 comments on commit 0799353

Please # to comment.